MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
FvWMSurface< nDim > Class Template Reference

#include <fvcartesianwmsurface.h>

Public Member Functions

 FvWMSurface ()
 
 ~FvWMSurface ()
 
void init (MInt, MInt, MFloat)
 

Public Attributes

MBool m_wmHasImgCell = false
 
MInt m_bndryCellId = -1
 
MInt m_bndrySrfcId = -1
 
MFloat m_wmTauW
 
MFloat m_wmMUEWM
 
MFloat m_wmImgVars [5]
 
MFloat m_wmUII
 
MFloat m_wmUTAU
 

Detailed Description

template<MInt nDim>
class FvWMSurface< nDim >

Definition at line 14 of file fvcartesianwmsurface.h.

Constructor & Destructor Documentation

◆ FvWMSurface()

template<MInt nDim>
FvWMSurface< nDim >::FvWMSurface ( )
inline

Definition at line 16 of file fvcartesianwmsurface.h.

16{};

◆ ~FvWMSurface()

template<MInt nDim>
FvWMSurface< nDim >::~FvWMSurface

Definition at line 10 of file fvcartesianwmsurface.cpp.

10 {
11 return;
12}

Member Function Documentation

◆ init()

template<MInt nDim>
void FvWMSurface< nDim >::init ( MInt  bndryCellId,
MInt  bndrySrfcId,
MFloat  utau 
)

Definition at line 15 of file fvcartesianwmsurface.cpp.

15 {
16 m_bndryCellId = bndryCellId;
17 m_bndrySrfcId = bndrySrfcId;
18
19 for(MInt v = 0; v < 5; v++) {
20 m_wmImgVars[v] = F0;
21 }
22 m_wmTauW = F0;
23 m_wmMUEWM = F0;
24 m_wmUII = F0;
25 m_wmUTAU = utau;
26}
MFloat m_wmImgVars[5]
int32_t MInt
Definition: maiatypes.h:62

Member Data Documentation

◆ m_bndryCellId

template<MInt nDim>
MInt FvWMSurface< nDim >::m_bndryCellId = -1

Definition at line 23 of file fvcartesianwmsurface.h.

◆ m_bndrySrfcId

template<MInt nDim>
MInt FvWMSurface< nDim >::m_bndrySrfcId = -1

Definition at line 24 of file fvcartesianwmsurface.h.

◆ m_wmHasImgCell

template<MInt nDim>
MBool FvWMSurface< nDim >::m_wmHasImgCell = false

Definition at line 21 of file fvcartesianwmsurface.h.

◆ m_wmImgVars

template<MInt nDim>
MFloat FvWMSurface< nDim >::m_wmImgVars[5]

Definition at line 28 of file fvcartesianwmsurface.h.

◆ m_wmMUEWM

template<MInt nDim>
MFloat FvWMSurface< nDim >::m_wmMUEWM

Definition at line 27 of file fvcartesianwmsurface.h.

◆ m_wmTauW

template<MInt nDim>
MFloat FvWMSurface< nDim >::m_wmTauW

Definition at line 26 of file fvcartesianwmsurface.h.

◆ m_wmUII

template<MInt nDim>
MFloat FvWMSurface< nDim >::m_wmUII

Definition at line 29 of file fvcartesianwmsurface.h.

◆ m_wmUTAU

template<MInt nDim>
MFloat FvWMSurface< nDim >::m_wmUTAU

Definition at line 30 of file fvcartesianwmsurface.h.


The documentation for this class was generated from the following files: