Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Defines a mean squared flow field.
Data Types | |
type | mean_sqr_flow_t |
Functions/Subroutines | |
subroutine | mean_sqr_flow_init (this, u, v, w, p) |
Initialize a mean squared flow field. More... | |
subroutine | mean_sqr_flow_free (this) |
Deallocates a mean squared flow field. More... | |
|
private |
Definition at line 71 of file mean_sqr_flow.f90.
subroutine mean_sqr_flow::mean_sqr_flow_init | ( | class(mean_sqr_flow_t), intent(inout) | this, |
type(field_t), intent(inout) | u, | ||
type(field_t), intent(inout) | v, | ||
type(field_t), intent(inout) | w, | ||
type(field_t), intent(inout) | p | ||
) |
Definition at line 53 of file mean_sqr_flow.f90.