![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
Data Types | |
type | internal_parameters |
Public Member Functions | |
subroutine | transport_solver_interface |
This routine provides interface between IDS derived types and variables used in transport equations. More... | |
subroutine | assign_xml_code_parameters (parameter_string, parameters, diag) |
Parse xml from parameter_string and assign values to the fields in the object parameters, or to param_acceptable_values. More... | |
Definition at line 1 of file transport_solver.f90.
subroutine transport_solver::assign_xml_code_parameters | ( | character(len=ids_string_length), dimension(:), intent(in) | parameter_string, |
type(internal_parameters), intent(out) | parameters, | ||
type(diagnostic), intent(inout) | diag | ||
) |
Parse xml from parameter_string and assign values to the fields in the object parameters, or to param_acceptable_values.
[in,out] | diag | Error messages and warnings |
Definition at line 177 of file transport_solver.f90.
Referenced by transport_solver_interface().
subroutine transport_solver::transport_solver_interface | ( | ) |
This routine provides interface between IDS derived types and variables used in transport equations.
Source: — Developers: D.Kalupin Kontacts: Denis .Kal upin@ euro -fusi on.o rg
Comments: —
Definition at line 28 of file transport_solver.f90.
References transport_solver_output::add_signals_to_output(), assign_xml_code_parameters(), transport_solver_output::calculate_globals(), convert::convert_ids_to_internal_types(), convert::convert_internal_to_ids_types(), transport_solver_types::dealllocate_internal_types(), transport_equations(), and ets_plasma::validate_internal_types().
Referenced by fc2k_transport_solver(), and test_transport_solver().