Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | protected, | save | :: | apply_T_bounds | flag to apply essential boundary conditions on T |
||
logical, | protected, | save | :: | apply_noslip_bounds_left | |||
logical, | protected, | save | :: | apply_noslip_bounds_right | flag to apply no-slip boundary conditions on right side (viscosity only) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(matrix_t), | intent(inout) | :: | matrix | |||
type(settings_t), | intent(in) | :: | settings |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(matrix_t), | intent(inout) | :: | matrix | |||
type(settings_t), | intent(in) | :: | settings |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(matrix_t), | intent(inout) | :: | matrix | |||
type(settings_t), | intent(in) | :: | settings | |||
type(grid_t), | intent(in) | :: | grid | |||
type(background_t), | intent(in) | :: | background | |||
type(physics_t), | intent(in) | :: | physics |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(matrix_t), | intent(inout) | :: | matrix | |||
type(settings_t), | intent(in) | :: | settings | |||
type(grid_t), | intent(in) | :: | grid | |||
type(background_t), | intent(in) | :: | background | |||
type(physics_t), | intent(in) | :: | physics |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(matrix_t), | intent(inout) | :: | matrix_A | the A-matrix with boundary conditions imposed on exit |
||
type(matrix_t), | intent(inout) | :: | matrix_B | the B-matrix with boundary conditions imposed on exit |
||
type(settings_t), | intent(in) | :: | settings | the settings object |
||
type(grid_t), | intent(in) | :: | grid | |||
type(background_t), | intent(in) | :: | background | |||
type(physics_t), | intent(in) | :: | physics |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(settings_t), | intent(in) | :: | settings |