![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
Public Member Functions | |
subroutine | quasi_neutrality (GEOMETRY, PROFILES, IMPURITY, NUMERICS, DIAG) |
This subroutine calculates density and fluxes of plasma components for which the transport equation is not solved. It calculates plasma effective charge and convective contribution to energy transport. More... | |
Definition at line 1 of file quasi_neutrality_equations.f90.
subroutine quasi_neutrality_equations::quasi_neutrality | ( | type (magnetic_geometry) | GEOMETRY, |
type (impurity_profiles) | PROFILES, | ||
type (impurity_profiles) | IMPURITY, | ||
type (transport_solver_numerics) | NUMERICS, | ||
type (diagnostic) | DIAG | ||
) |
This subroutine calculates density and fluxes of plasma components for which the transport equation is not solved. It calculates plasma effective charge and convective contribution to energy transport.
Source: — Developers: D.Kalupin Contacts: D.Kal upin @euro -fus ion.o rg
Comments: based on rho_tor_norm grid
Definition at line 20 of file quasi_neutrality_equations.f90.
References acceptable_values::acceptable_electron_density(), acceptable_values::acceptable_ion_density(), ets_math::deriv_fun(), acceptable_values::enforce_acceptable_electron_density(), and acceptable_values::enforce_acceptable_ion_density().
Referenced by transport_equations().