Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
procedure, pass(this) | init (this, u, v, w, p) |
Initialize a mean squared flow field. | |
procedure, pass(this) | free (this) |
Deallocates a mean squared flow field. | |
Public Attributes | |
type(mean_sqr_field_t) | uu |
type(mean_sqr_field_t) | vv |
type(mean_sqr_field_t) | ww |
type(mean_sqr_field_t) | pp |
Definition at line 40 of file mean_sqr_flow.f90.
procedure, pass(this) mean_sqr_flow::mean_sqr_flow_t::free | ( | class(mean_sqr_flow_t), intent(inout) | this | ) |
Definition at line 47 of file mean_sqr_flow.f90.
procedure, pass(this) mean_sqr_flow::mean_sqr_flow_t::init | ( | class(mean_sqr_flow_t), intent(inout) | this, |
type(field_t), intent(in) | u, | ||
type(field_t), intent(in) | v, | ||
type(field_t), intent(in) | w, | ||
type(field_t), intent(in) | p | ||
) |
Definition at line 46 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::pp |
Definition at line 44 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::uu |
Definition at line 41 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::vv |
Definition at line 42 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::ww |
Definition at line 43 of file mean_sqr_flow.f90.