├── CMA_diagram ├── CMA_diagram.png └── CMA_diagram.py ├── LICENSE ├── README.md ├── binding_energy ├── binding_energy_per_nucleon.png └── plot_binding_energy.py ├── fieldline_in_circular_tokamak ├── fieldline_q3.5.png └── plot_fieldline.py ├── fluxsurfaces_nested ├── plot_fluxsurfaces.png └── plot_fluxsurfaces.py ├── fusion_companies ├── fusion_companies.md ├── fusion_companies_map.html ├── fusion_company_map.png └── make_fusion_company_map.py ├── fusion_cross_sections ├── cross_sections_vs_temperature__Bosch.png ├── cross_sections_vs_temperature__NRL.png └── fusion_cross_sections.py ├── fusion_reactivity ├── fusion_reactivity.png └── fusion_reactivity.py ├── plasma_zoo ├── plasma_zoo.png └── plasma_zoo.py ├── triple_product_vs_T ├── triple_product_vs_T.png └── triple_product_vs_T.py └── triple_product_vs_time ├── nTtau_vs_time.png └── nTtau_vs_time.py /CMA_diagram/CMA_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/CMA_diagram/CMA_diagram.png -------------------------------------------------------------------------------- /CMA_diagram/CMA_diagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/CMA_diagram/CMA_diagram.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/README.md -------------------------------------------------------------------------------- /binding_energy/binding_energy_per_nucleon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/binding_energy/binding_energy_per_nucleon.png -------------------------------------------------------------------------------- /binding_energy/plot_binding_energy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/binding_energy/plot_binding_energy.py -------------------------------------------------------------------------------- /fieldline_in_circular_tokamak/fieldline_q3.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fieldline_in_circular_tokamak/fieldline_q3.5.png -------------------------------------------------------------------------------- /fieldline_in_circular_tokamak/plot_fieldline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fieldline_in_circular_tokamak/plot_fieldline.py -------------------------------------------------------------------------------- /fluxsurfaces_nested/plot_fluxsurfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fluxsurfaces_nested/plot_fluxsurfaces.png -------------------------------------------------------------------------------- /fluxsurfaces_nested/plot_fluxsurfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fluxsurfaces_nested/plot_fluxsurfaces.py -------------------------------------------------------------------------------- /fusion_companies/fusion_companies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_companies/fusion_companies.md -------------------------------------------------------------------------------- /fusion_companies/fusion_companies_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_companies/fusion_companies_map.html -------------------------------------------------------------------------------- /fusion_companies/fusion_company_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_companies/fusion_company_map.png -------------------------------------------------------------------------------- /fusion_companies/make_fusion_company_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_companies/make_fusion_company_map.py -------------------------------------------------------------------------------- /fusion_cross_sections/cross_sections_vs_temperature__Bosch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_cross_sections/cross_sections_vs_temperature__Bosch.png -------------------------------------------------------------------------------- /fusion_cross_sections/cross_sections_vs_temperature__NRL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_cross_sections/cross_sections_vs_temperature__NRL.png -------------------------------------------------------------------------------- /fusion_cross_sections/fusion_cross_sections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_cross_sections/fusion_cross_sections.py -------------------------------------------------------------------------------- /fusion_reactivity/fusion_reactivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_reactivity/fusion_reactivity.png -------------------------------------------------------------------------------- /fusion_reactivity/fusion_reactivity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/fusion_reactivity/fusion_reactivity.py -------------------------------------------------------------------------------- /plasma_zoo/plasma_zoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/plasma_zoo/plasma_zoo.png -------------------------------------------------------------------------------- /plasma_zoo/plasma_zoo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/plasma_zoo/plasma_zoo.py -------------------------------------------------------------------------------- /triple_product_vs_T/triple_product_vs_T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/triple_product_vs_T/triple_product_vs_T.png -------------------------------------------------------------------------------- /triple_product_vs_T/triple_product_vs_T.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/triple_product_vs_T/triple_product_vs_T.py -------------------------------------------------------------------------------- /triple_product_vs_time/nTtau_vs_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/triple_product_vs_time/nTtau_vs_time.png -------------------------------------------------------------------------------- /triple_product_vs_time/nTtau_vs_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfkoehn/fusion_plots/HEAD/triple_product_vs_time/nTtau_vs_time.py --------------------------------------------------------------------------------