FUSE.ParametersActors
├─ ActorBalanceOfPlant
│ └─ do_plot
├─ ActorBlanket
│ ├─ minimum_first_wall_thickness [m]
│ ├─ blanket_multiplier
│ ├─ thermal_power_extraction_efficiency
│ └─ verbose
├─ ActorCHEASE
│ ├─ free_boundary
│ ├─ clear_workdir
│ ├─ rescale_eq_to_ip
│ └─ ip_from
├─ ActorCXbuild
│ ├─ rebuild_wall
│ ├─ n_points
│ ├─ divertor_size
│ └─ do_plot
├─ ActorCoreRadHeatFlux
│ ├─ N
│ ├─ r [m]
│ ├─ q [W m⁻²]
│ ├─ levels
│ ├─ merge_wall
│ ├─ step [m]
│ └─ do_plot
├─ ActorCoreTransport
│ ├─ model
│ └─ do_plot
├─ ActorCosting
│ ├─ model
│ ├─ construction_start_year [year]
│ ├─ future_inflation_rate
│ ├─ plant_lifetime [year]
│ ├─ availability
│ ├─ production_increase
│ └─ learning_rate
├─ ActorCostingARIES
│ ├─ land_space [acres]
│ ├─ building_volume [m³]
│ ├─ interest_rate
│ ├─ indirect_cost_rate
│ ├─ escalation_fraction
│ └─ blanket_lifetime [year]
├─ ActorCostingSheffield
│ ├─ construction_lead_time [year]
│ ├─ fixed_charge_rate
│ ├─ capitalize_blanket
│ ├─ capitalize_divertor
│ ├─ divertor_fluence_lifetime [MW*yr/m²]
│ └─ blanket_fluence_lifetime [MW*yr/m²]
├─ ActorCurrent
│ ├─ model
│ ├─ allow_floating_plasma_current
│ ├─ ip_from
│ └─ vloop_from
├─ ActorDivertors
│ ├─ heat_flux_model
│ ├─ impurities
│ ├─ impurities_fraction
│ ├─ heat_spread_factor
│ ├─ thermal_power_extraction_efficiency
│ └─ verbose
├─ ActorDynamicPlasma
│ ├─ Δt [s]
│ ├─ Nt
│ ├─ evolve_transport
│ ├─ evolve_pedestal
│ ├─ evolve_hcd
│ ├─ evolve_current
│ ├─ evolve_equilibrium
│ ├─ evolve_pf_active
│ ├─ ip_controller
│ ├─ time_derivatives_sources
│ └─ verbose
├─ ActorEPED
│ ├─ rho_nml
│ ├─ rho_ped
│ ├─ T_ratio_pedestal
│ ├─ ped_factor
│ ├─ only_powerlaw
│ ├─ ip_from
│ ├─ βn_from
│ ├─ ne_ped_from
│ ├─ zeff_ped_from
│ └─ warn_nn_train_bounds
├─ ActorEPEDprofiles
│ ├─ T_shaping
│ ├─ ne_shaping
│ ├─ T_ratio_pedestal
│ └─ T_ratio_core
├─ ActorEquilibrium
│ ├─ model
│ ├─ symmetrize
│ ├─ j_p_from
│ ├─ ip_from
│ ├─ vacuum_r0_b0_from
│ └─ do_plot
├─ ActorFluxCalculator
│ ├─ rho_transport
│ ├─ turbulence_model
│ └─ neoclassical_model
├─ ActorFluxMatcher
│ ├─ rho_transport
│ ├─ evolve_Ti
│ ├─ evolve_Te
│ ├─ evolve_densities
│ ├─ evolve_rotation
│ ├─ evolve_pedestal
│ ├─ find_widths
│ ├─ max_iterations
│ ├─ optimizer_algorithm
│ ├─ step_size
│ ├─ Δt [s]
│ ├─ save_input_tglf_folder
│ ├─ relax
│ ├─ norms
│ ├─ do_plot
│ └─ verbose
├─ ActorFluxSwing
│ └─ operate_oh_at_j_crit
├─ ActorHCD
│ ├─ ec_model
│ ├─ ic_model
│ ├─ lh_model
│ ├─ nb_model
│ └─ pellet_model
├─ ActorHFSsizing
│ ├─ error_on_technology
│ ├─ error_on_performance
│ ├─ do_plot
│ └─ verbose
├─ ActorLFSsizing
│ ├─ maintenance
│ ├─ tor_modularity
│ ├─ pol_modularity
│ ├─ do_plot
│ └─ verbose
├─ ActorNBI
│ └─ model
├─ ActorNeoclassical
│ ├─ model
│ └─ rho_transport
├─ ActorNeutronics
│ ├─ N
│ └─ do_plot
├─ ActorNoOperation
├─ ActorPFactive
│ ├─ green_model
│ ├─ update_equilibrium
│ └─ do_plot
├─ ActorPFdesign
│ ├─ symmetric
│ ├─ update_equilibrium
│ ├─ model
│ ├─ do_plot
│ └─ verbose
├─ ActorParticleHeatFlux
│ ├─ r [m]
│ ├─ q [W m⁻²]
│ ├─ levels
│ ├─ merge_wall
│ ├─ step [m]
│ └─ do_plot
├─ ActorPassiveStructures
│ ├─ wall_precision
│ ├─ min_n_segments
│ └─ do_plot
├─ ActorPedestal
│ ├─ rho_nml
│ ├─ rho_ped
│ ├─ density_match
│ ├─ model
│ ├─ ip_from
│ ├─ βn_from
│ ├─ ne_from
│ ├─ zeff_ped_from
│ └─ do_plot
├─ ActorPowerNeeds
│ ├─ model
│ ├─ thermal_power_fraction
│ └─ do_plot
├─ ActorQED
│ ├─ Δt [s]
│ ├─ Nt
│ ├─ solve_for
│ ├─ allow_floating_plasma_current
│ ├─ ip_from
│ └─ vloop_from
├─ ActorQLGYRO
│ ├─ model
│ ├─ ky
│ ├─ nky
│ ├─ cpu_per_ky
│ ├─ kygrid_model
│ ├─ sat_rule
│ ├─ n_field
│ ├─ delta_t
│ ├─ max_time
│ ├─ rho_transport
│ └─ lump_ions
├─ ActorRABBIT
├─ ActorSimpleEC
│ └─ ηcd_scale
├─ ActorSimpleIC
│ └─ ηcd_scale
├─ ActorSimpleLH
│ └─ ηcd_scale
├─ ActorSimpleNB
│ └─ ηcd_scale
├─ ActorSimplePellet
├─ ActorSolovev
│ ├─ ngrid
│ ├─ qstar
│ ├─ alpha
│ ├─ ip_from
│ └─ verbose
├─ ActorStabilityLimits
│ ├─ models
│ └─ raise_on_breach
├─ ActorStationaryPlasma
│ ├─ max_iter
│ ├─ convergence_error
│ ├─ do_plot
│ └─ verbose
├─ ActorSteadyStateCurrent
│ ├─ allow_floating_plasma_current
│ └─ ip_from
├─ ActorStresses
│ ├─ do_plot
│ └─ n_points
├─ ActorTEQUILA
│ ├─ free_boundary
│ ├─ number_of_radial_grid_points
│ ├─ number_of_fourier_modes
│ ├─ number_of_MXH_harmonics
│ ├─ number_of_iterations
│ ├─ relax
│ ├─ tolerance
│ ├─ ip_from
│ ├─ fixed_grid
│ ├─ do_plot
│ ├─ debug
│ ├─ R [m]
│ └─ Z [m]
├─ ActorTGLF
│ ├─ model
│ ├─ sat_rule
│ ├─ electromagnetic
│ ├─ tglfnn_model
│ ├─ rho_transport
│ ├─ warn_nn_train_bounds
│ ├─ custom_input_files
│ └─ lump_ions
├─ ActorThermalPlant
│ ├─ model
│ ├─ fixed_plant_efficiency
│ ├─ do_plot
│ └─ verbose
├─ ActorThermalSystemModels
│ ├─ do_plot
│ └─ verbose
├─ ActorVerticalStability
│ ├─ model
│ └─ do_plot
├─ ActorWPED
│ ├─ ped_to_core_fraction
│ ├─ rho_ped
│ ├─ ne_ped_from
│ ├─ zeff_ped_from
│ └─ do_plot
└─ ActorWholeFacility
├─ update_plasma
└─ update_build