Neko  0.8.99
A portable framework for high-order spectral element flow simulations
fluid_stats::fluid_stats_t Type Reference
Inheritance diagram for fluid_stats::fluid_stats_t:
Collaboration diagram for fluid_stats::fluid_stats_t:

Public Member Functions

procedure, pass(this) init => fluid_stats_init
 
procedure, pass(this) free => fluid_stats_free
 
procedure, pass(this) update => fluid_stats_update
 
procedure, pass(this) reset => fluid_stats_reset
 
procedure, pass(this) make_strong_grad => fluid_stats_make_strong_grad
 
procedure, pass(this) post_process => fluid_stats_post_process
 

Public Attributes

type(field_tstats_u
 Not reasonable to allocate 20 something fields. More...
 
type(field_tstats_v
 Not reasonable to allocate 20 something fields. More...
 
type(field_tstats_w
 Not reasonable to allocate 20 something fields. More...
 
type(field_tstats_p
 Not reasonable to allocate 20 something fields. More...
 
type(field_tstats_work
 Not reasonable to allocate 20 something fields. More...
 
type(field_t), pointer u
 u More...
 
type(field_t), pointer v
 v More...
 
type(field_t), pointer w
 w More...
 
type(field_t), pointer p
 p More...
 
type(field_t), pointer u_mean
  More...
 
type(field_t), pointer v_mean
 <v> More...
 
type(field_t), pointer w_mean
 <w> More...
 
type(field_t), pointer p_mean
 
type(mean_field_tuu
 Velocity squares. More...
 
type(mean_field_tvv
 <vv> More...
 
type(mean_field_tww
 <ww> More...
 
type(mean_field_tuv
 <uv> More...
 
type(mean_field_tuw
 <uw> More...
 
type(mean_field_tvw
 <vw> More...
 
type(mean_field_tuuu
 Velocity cubes. More...
 
type(mean_field_tvvv
 <vvv> More...
 
type(mean_field_twww
 <www> More...
 
type(mean_field_tuuv
 <uuv> More...
 
type(mean_field_tuuw
 <uuw> More...
 
type(mean_field_tuvv
 <uvv> More...
 
type(mean_field_tuvw
 <uvv> More...
 
type(mean_field_tvvw
 <vvw> More...
 
type(mean_field_tuww
 <uww> More...
 
type(mean_field_tvww
 <vww> More...
 
type(mean_field_tuuuu
 Velocity squares squared. More...
 
type(mean_field_tvvvv
 <vvvv> More...
 
type(mean_field_twwww
 <wwww> More...
 
type(mean_field_tpp
 Pressure. More...
 
type(mean_field_tppp
 <ppp> More...
 
type(mean_field_tpppp
 <pppp> More...
 
type(mean_field_tpu
 Pressure * velocity. More...
 
type(mean_field_tpv
 <pv> More...
 
type(mean_field_tpw
 <pw> More...
 
type(mean_field_tpdudx
 Derivatives. More...
 
type(mean_field_tpdudy
 
type(mean_field_tpdudz
 
type(mean_field_tpdvdx
 
type(mean_field_tpdvdy
 
type(mean_field_tpdvdz
 
type(mean_field_tpdwdx
 
type(mean_field_tpdwdy
 
type(mean_field_tpdwdz
 
type(mean_field_te11
 Combinations of sums of duvwdxyz*duvwdxyz. More...
 
type(mean_field_te22
 
type(mean_field_te33
 
type(mean_field_te12
 
type(mean_field_te13
 
type(mean_field_te23
 
type(field_tdudx
 gradients More...
 
type(field_tdudy
 
type(field_tdudz
 
type(field_tdvdx
 
type(field_tdvdy
 
type(field_tdvdz
 
type(field_tdwdx
 
type(field_tdwdy
 
type(field_tdwdz
 
type(coef_t), pointer coef
 
integer n_stats = 40
 
type(field_list_tstat_fields
 Used to write stats output pressure=pp x-vel=uu y-vel=vv z-vel=ww temp=uv scalar1=uw scalar2=vw The rest are stored in the above order in scalar fields. More...
 

Detailed Description

Definition at line 53 of file fluid_stats.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) fluid_stats::fluid_stats_t::free

Definition at line 142 of file fluid_stats.f90.

◆ init()

procedure, pass(this) fluid_stats::fluid_stats_t::init

Definition at line 141 of file fluid_stats.f90.

◆ make_strong_grad()

procedure, pass(this) fluid_stats::fluid_stats_t::make_strong_grad

Definition at line 145 of file fluid_stats.f90.

◆ post_process()

procedure, pass(this) fluid_stats::fluid_stats_t::post_process

Definition at line 146 of file fluid_stats.f90.

◆ reset()

procedure, pass(this) fluid_stats::fluid_stats_t::reset

Definition at line 144 of file fluid_stats.f90.

◆ update()

procedure, pass(this) fluid_stats::fluid_stats_t::update

Definition at line 143 of file fluid_stats.f90.

Member Data Documentation

◆ coef

type(coef_t), pointer fluid_stats::fluid_stats_t::coef

Definition at line 128 of file fluid_stats.f90.

◆ dudx

type(field_t) fluid_stats::fluid_stats_t::dudx

Definition at line 118 of file fluid_stats.f90.

◆ dudy

type(field_t) fluid_stats::fluid_stats_t::dudy

Definition at line 119 of file fluid_stats.f90.

◆ dudz

type(field_t) fluid_stats::fluid_stats_t::dudz

Definition at line 120 of file fluid_stats.f90.

◆ dvdx

type(field_t) fluid_stats::fluid_stats_t::dvdx

Definition at line 121 of file fluid_stats.f90.

◆ dvdy

type(field_t) fluid_stats::fluid_stats_t::dvdy

Definition at line 122 of file fluid_stats.f90.

◆ dvdz

type(field_t) fluid_stats::fluid_stats_t::dvdz

Definition at line 123 of file fluid_stats.f90.

◆ dwdx

type(field_t) fluid_stats::fluid_stats_t::dwdx

Definition at line 124 of file fluid_stats.f90.

◆ dwdy

type(field_t) fluid_stats::fluid_stats_t::dwdy

Definition at line 125 of file fluid_stats.f90.

◆ dwdz

type(field_t) fluid_stats::fluid_stats_t::dwdz

Definition at line 126 of file fluid_stats.f90.

◆ e11

type(mean_field_t) fluid_stats::fluid_stats_t::e11

Definition at line 111 of file fluid_stats.f90.

◆ e12

type(mean_field_t) fluid_stats::fluid_stats_t::e12

Definition at line 114 of file fluid_stats.f90.

◆ e13

type(mean_field_t) fluid_stats::fluid_stats_t::e13

Definition at line 115 of file fluid_stats.f90.

◆ e22

type(mean_field_t) fluid_stats::fluid_stats_t::e22

Definition at line 112 of file fluid_stats.f90.

◆ e23

type(mean_field_t) fluid_stats::fluid_stats_t::e23

Definition at line 116 of file fluid_stats.f90.

◆ e33

type(mean_field_t) fluid_stats::fluid_stats_t::e33

Definition at line 113 of file fluid_stats.f90.

◆ n_stats

integer fluid_stats::fluid_stats_t::n_stats = 40

Definition at line 129 of file fluid_stats.f90.

◆ p

type(field_t), pointer fluid_stats::fluid_stats_t::p

Definition at line 62 of file fluid_stats.f90.

◆ p_mean

type(field_t), pointer fluid_stats::fluid_stats_t::p_mean

Definition at line 67 of file fluid_stats.f90.

◆ pdudx

type(mean_field_t) fluid_stats::fluid_stats_t::pdudx

Definition at line 100 of file fluid_stats.f90.

◆ pdudy

type(mean_field_t) fluid_stats::fluid_stats_t::pdudy

Definition at line 101 of file fluid_stats.f90.

◆ pdudz

type(mean_field_t) fluid_stats::fluid_stats_t::pdudz

Definition at line 102 of file fluid_stats.f90.

◆ pdvdx

type(mean_field_t) fluid_stats::fluid_stats_t::pdvdx

Definition at line 103 of file fluid_stats.f90.

◆ pdvdy

type(mean_field_t) fluid_stats::fluid_stats_t::pdvdy

Definition at line 104 of file fluid_stats.f90.

◆ pdvdz

type(mean_field_t) fluid_stats::fluid_stats_t::pdvdz

Definition at line 105 of file fluid_stats.f90.

◆ pdwdx

type(mean_field_t) fluid_stats::fluid_stats_t::pdwdx

Definition at line 106 of file fluid_stats.f90.

◆ pdwdy

type(mean_field_t) fluid_stats::fluid_stats_t::pdwdy

Definition at line 107 of file fluid_stats.f90.

◆ pdwdz

type(mean_field_t) fluid_stats::fluid_stats_t::pdwdz

Definition at line 108 of file fluid_stats.f90.

◆ pp

type(mean_field_t) fluid_stats::fluid_stats_t::pp

<pp>

Definition at line 91 of file fluid_stats.f90.

◆ ppp

type(mean_field_t) fluid_stats::fluid_stats_t::ppp

Definition at line 92 of file fluid_stats.f90.

◆ pppp

type(mean_field_t) fluid_stats::fluid_stats_t::pppp

Definition at line 93 of file fluid_stats.f90.

◆ pu

type(mean_field_t) fluid_stats::fluid_stats_t::pu

<pu>

Definition at line 95 of file fluid_stats.f90.

◆ pv

type(mean_field_t) fluid_stats::fluid_stats_t::pv

Definition at line 96 of file fluid_stats.f90.

◆ pw

type(mean_field_t) fluid_stats::fluid_stats_t::pw

Definition at line 97 of file fluid_stats.f90.

◆ stat_fields

type(field_list_t) fluid_stats::fluid_stats_t::stat_fields

Used to write the output

Definition at line 139 of file fluid_stats.f90.

◆ stats_p

type(field_t) fluid_stats::fluid_stats_t::stats_p

Definition at line 57 of file fluid_stats.f90.

◆ stats_u

type(field_t) fluid_stats::fluid_stats_t::stats_u

Definition at line 54 of file fluid_stats.f90.

◆ stats_v

type(field_t) fluid_stats::fluid_stats_t::stats_v

Definition at line 55 of file fluid_stats.f90.

◆ stats_w

type(field_t) fluid_stats::fluid_stats_t::stats_w

Definition at line 56 of file fluid_stats.f90.

◆ stats_work

type(field_t) fluid_stats::fluid_stats_t::stats_work

Definition at line 58 of file fluid_stats.f90.

◆ u

type(field_t), pointer fluid_stats::fluid_stats_t::u

Definition at line 59 of file fluid_stats.f90.

◆ u_mean

type(field_t), pointer fluid_stats::fluid_stats_t::u_mean

Definition at line 64 of file fluid_stats.f90.

◆ uu

type(mean_field_t) fluid_stats::fluid_stats_t::uu

<uu>

Definition at line 69 of file fluid_stats.f90.

◆ uuu

type(mean_field_t) fluid_stats::fluid_stats_t::uuu

<uuu>

Definition at line 76 of file fluid_stats.f90.

◆ uuuu

type(mean_field_t) fluid_stats::fluid_stats_t::uuuu

<uuuu>

Definition at line 87 of file fluid_stats.f90.

◆ uuv

type(mean_field_t) fluid_stats::fluid_stats_t::uuv

Definition at line 79 of file fluid_stats.f90.

◆ uuw

type(mean_field_t) fluid_stats::fluid_stats_t::uuw

Definition at line 80 of file fluid_stats.f90.

◆ uv

type(mean_field_t) fluid_stats::fluid_stats_t::uv

Definition at line 72 of file fluid_stats.f90.

◆ uvv

type(mean_field_t) fluid_stats::fluid_stats_t::uvv

Definition at line 81 of file fluid_stats.f90.

◆ uvw

type(mean_field_t) fluid_stats::fluid_stats_t::uvw

Definition at line 82 of file fluid_stats.f90.

◆ uw

type(mean_field_t) fluid_stats::fluid_stats_t::uw

Definition at line 73 of file fluid_stats.f90.

◆ uww

type(mean_field_t) fluid_stats::fluid_stats_t::uww

Definition at line 84 of file fluid_stats.f90.

◆ v

type(field_t), pointer fluid_stats::fluid_stats_t::v

Definition at line 60 of file fluid_stats.f90.

◆ v_mean

type(field_t), pointer fluid_stats::fluid_stats_t::v_mean

Definition at line 65 of file fluid_stats.f90.

◆ vv

type(mean_field_t) fluid_stats::fluid_stats_t::vv

Definition at line 70 of file fluid_stats.f90.

◆ vvv

type(mean_field_t) fluid_stats::fluid_stats_t::vvv

Definition at line 77 of file fluid_stats.f90.

◆ vvvv

type(mean_field_t) fluid_stats::fluid_stats_t::vvvv

Definition at line 88 of file fluid_stats.f90.

◆ vvw

type(mean_field_t) fluid_stats::fluid_stats_t::vvw

Definition at line 83 of file fluid_stats.f90.

◆ vw

type(mean_field_t) fluid_stats::fluid_stats_t::vw

Definition at line 74 of file fluid_stats.f90.

◆ vww

type(mean_field_t) fluid_stats::fluid_stats_t::vww

Definition at line 85 of file fluid_stats.f90.

◆ w

type(field_t), pointer fluid_stats::fluid_stats_t::w

Definition at line 61 of file fluid_stats.f90.

◆ w_mean

type(field_t), pointer fluid_stats::fluid_stats_t::w_mean

Definition at line 66 of file fluid_stats.f90.

◆ ww

type(mean_field_t) fluid_stats::fluid_stats_t::ww

Definition at line 71 of file fluid_stats.f90.

◆ www

type(mean_field_t) fluid_stats::fluid_stats_t::www

Definition at line 78 of file fluid_stats.f90.

◆ wwww

type(mean_field_t) fluid_stats::fluid_stats_t::wwww

Definition at line 89 of file fluid_stats.f90.


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