General parameters for Zhdanov model
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | mms_on | = | .false. |
Switch for MMS analysis |
|
| real(kind=GP), | public | :: | temp |
Temporal variable, it will be replaced later |
|||
| integer, | public | :: | tstep_order | = | 3 |
Order of time-stepping scheme |
|
| real(kind=GP), | public | :: | dtau | = | 1.0E-2_GP |
Size of time-step |
|
| real(kind=GP), | public | :: | tau_fin | = | 20.0_GP |
End timepoint of simulation |
|
| real(kind=GP), | public | :: | tau_snaps | = | 1.0_GP |
Time interval for snapshot output |
Displays parameters for zhdanov model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(params_zhdanov_general_t), | intent(in) | :: | self |
Instance of the type |
||
| type(comm_handler_t), | intent(in) | :: | comm_handler |
MPI communicators |
Reads parameters related with control of Zhdanov model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(params_zhdanov_general_t), | intent(inout) | :: | self |
Instance of the type |
||
| character(len=*), | intent(in) | :: | filename |
Filename, to read from |
Reads parameters related with physical model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(params_zhdanov_general_t), | intent(inout) | :: | self |
Instance of the type |
||
| character(len=*), | intent(in) | :: | filename |
Filename, to read from |
Reads parameters related with timestepping
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(params_zhdanov_general_t), | intent(inout) | :: | self |
Instance of the type |
||
| character(len=*), | intent(in) | :: | filename |
Filename, to read from |