|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Defines a mean flow field.
Data Types | |
| type | mean_flow_t |
Functions/Subroutines | |
| subroutine | mean_flow_init (this, u, v, w, p) |
| Initialize a mean flow field. | |
| subroutine | mean_flow_free (this) |
| Deallocates a mean flow field. | |
| subroutine | mean_flow_reset (this) |
| Resets a mean flow field. | |
|
private |
Definition at line 72 of file mean_flow.f90.
| subroutine mean_flow::mean_flow_init | ( | class(mean_flow_t), intent(inout) | this, |
| type(field_t), intent(inout), target | u, | ||
| type(field_t), intent(inout), target | v, | ||
| type(field_t), intent(inout), target | w, | ||
| type(field_t), intent(inout), target | p | ||
| ) |
Definition at line 54 of file mean_flow.f90.
|
private |
Definition at line 83 of file mean_flow.f90.