Implementation of Method of Manufactured Solutions for the Neutrals model
MMS solution for neutrals density
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| real(kind=GP), | intent(in) | :: | x |
x-coordinate |
||
| real(kind=GP), | intent(in) | :: | y |
y-coordinate |
||
| real(kind=GP), | intent(in) | :: | z |
Axial coordinate z (represented by toroidal coordinate) |
||
| real(kind=GP), | intent(in) | :: | t |
Time |
MMS solution for neutrals parallel momentum
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| real(kind=GP), | intent(in) | :: | x |
x-coordinate |
||
| real(kind=GP), | intent(in) | :: | y |
y-coordinate |
||
| real(kind=GP), | intent(in) | :: | z |
Axial coordinate z (represented by toroidal coordinate) |
||
| real(kind=GP), | intent(in) | :: | t |
Time |
MMS solution for neutrals temperature
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| real(kind=GP), | intent(in) | :: | x |
x-coordinate |
||
| real(kind=GP), | intent(in) | :: | y |
y-coordinate |
||
| real(kind=GP), | intent(in) | :: | z |
Axial coordinate z (represented by toroidal coordinate) |
||
| real(kind=GP), | intent(in) | :: | t |
Time |
MMS source for Neutrals density equation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| real(kind=GP), | intent(in) | :: | x |
x-coordinate |
||
| real(kind=GP), | intent(in) | :: | y |
y-coordinate |
||
| real(kind=GP), | intent(in) | :: | z |
Axial coordinate z (represented by toroidal coordinate) |
||
| real(kind=GP), | intent(in) | :: | t |
Time |
||
| real(kind=GP), | intent(in) | :: | chi |
Value of characteristc function of penalisation |
||
| real(kind=GP), | intent(in) | :: | epsinv |
Inverse of penalisation epsilon |
||
| real(kind=GP), | intent(in) | :: | neutrals_dens_pen |
Target value to be penalised towards |
||
| type(rate_coeff_neutrals_t), | intent(in) | :: | k_iz_o |
Ionization rate coefficient object |
||
| type(rate_coeff_neutrals_t), | intent(in) | :: | k_rec_o |
Recombination rate coefficient object |
MMS source for Neutrals parallel momentum equation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| real(kind=GP), | intent(in) | :: | x |
x-coordinate |
||
| real(kind=GP), | intent(in) | :: | y |
y-coordinate |
||
| real(kind=GP), | intent(in) | :: | z |
Axial coordinate z (represented by toroidal coordinate) |
||
| real(kind=GP), | intent(in) | :: | t |
Time |
||
| real(kind=GP), | intent(in) | :: | chi |
Value of characteristc function of penalisation |
||
| real(kind=GP), | intent(in) | :: | epsinv |
Inverse of penalisation epsilon |
||
| real(kind=GP), | intent(in) | :: | neutrals_parmom_pen |
Target value to be penalised towards |
||
| type(rate_coeff_neutrals_t), | intent(in) | :: | k_iz_o |
Ionization rate coefficient object |
||
| type(rate_coeff_neutrals_t), | intent(in) | :: | k_rec_o |
Recombination rate coefficient object |
MMS source for Neutrals temperature equation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| real(kind=GP), | intent(in) | :: | x |
x-coordinate |
||
| real(kind=GP), | intent(in) | :: | y |
y-coordinate |
||
| real(kind=GP), | intent(in) | :: | z |
Axial coordinate z (represented by toroidal coordinate) |
||
| real(kind=GP), | intent(in) | :: | t |
Time |
||
| real(kind=GP), | intent(in) | :: | chi |
Value of characteristc function of penalisation |
||
| real(kind=GP), | intent(in) | :: | epsinv |
Inverse of penalisation epsilon |
||
| real(kind=GP), | intent(in) | :: | neutrals_pressure_pen |
Target value to be penalised towards |
||
| type(rate_coeff_neutrals_t), | intent(in) | :: | k_iz_o |
Ionization rate coefficient object |
||
| type(rate_coeff_neutrals_t), | intent(in) | :: | k_rec_o |
Recombination rate coefficient object |
Prints information on numerical errors of numerical solutions
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_handler_t), | intent(in) | :: | comm_handler |
Communicators |
||
| class(equilibrium_t), | intent(in) | :: | equi |
Equilibrium |
||
| type(mesh_cart_t), | intent(in) | :: | mesh_cano |
Mesh (canonical) |
||
| type(mesh_cart_t), | intent(in) | :: | mesh_stag |
Mesh (staggered) |
||
| type(parallel_map_t), | intent(in) | :: | map |
Mesh within poloidal plane |
||
| real(kind=GP), | intent(in) | :: | tau |
Time |
||
| type(variable_t), | intent(in) | :: | neutrals_dens |
Numerical solution for neutrals density |
||
| type(variable_t), | intent(in) | :: | neutrals_parmom |
Numerical solution for neutrals parallel momentum |
||
| type(variable_t), | intent(in) | :: | neutrals_pressure |
Numerical solution for neutrals temp |