Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
mean_sqr_flow::mean_sqr_flow_t Type Reference
Collaboration diagram for mean_sqr_flow::mean_sqr_flow_t:

Public Member Functions

procedure, pass(thisinit (this, u, v, w, p)
 Initialize a mean squared flow field.
 
procedure, pass(thisfree (this)
 Deallocates a mean squared flow field.
 

Public Attributes

type(mean_sqr_field_tuu
 
type(mean_sqr_field_tvv
 
type(mean_sqr_field_tww
 
type(mean_sqr_field_tpp
 

Detailed Description

Definition at line 40 of file mean_sqr_flow.f90.

Member Function/Subroutine Documentation

◆ free()

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.

◆ init()

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.

Member Data Documentation

◆ pp

type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::pp

Definition at line 44 of file mean_sqr_flow.f90.

◆ uu

type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::uu

Definition at line 41 of file mean_sqr_flow.f90.

◆ vv

type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::vv

Definition at line 42 of file mean_sqr_flow.f90.

◆ ww

type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::ww

Definition at line 43 of file mean_sqr_flow.f90.


The documentation for this type was generated from the following file: