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

Public Member Functions

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

Public Attributes

type(mean_field_tu
 
type(mean_field_tv
 
type(mean_field_tw
 
type(mean_field_tp
 

Detailed Description

Definition at line 40 of file mean_flow.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) mean_flow::mean_flow_t::free ( class(mean_flow_t), intent(inout this)

Definition at line 47 of file mean_flow.f90.

◆ init()

procedure, pass(this) mean_flow::mean_flow_t::init ( class(mean_flow_t), intent(inout this,
type(field_t), intent(in), target  u,
type(field_t), intent(in), target  v,
type(field_t), intent(in), target  w,
type(field_t), intent(in), target  p 
)

Definition at line 46 of file mean_flow.f90.

◆ reset()

procedure, pass(this) mean_flow::mean_flow_t::reset ( class(mean_flow_t), intent(inout this)

Definition at line 48 of file mean_flow.f90.

Member Data Documentation

◆ p

type(mean_field_t) mean_flow::mean_flow_t::p

Definition at line 44 of file mean_flow.f90.

◆ u

type(mean_field_t) mean_flow::mean_flow_t::u

Definition at line 41 of file mean_flow.f90.

◆ v

type(mean_field_t) mean_flow::mean_flow_t::v

Definition at line 42 of file mean_flow.f90.

◆ w

type(mean_field_t) mean_flow::mean_flow_t::w

Definition at line 43 of file mean_flow.f90.


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