flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
peclet::flow::VarFaceProps Struct Reference

#include <face_props.hpp>

Public Member Functions

double idiag (long i) const
 
double beta (long i, long j) const
 

Public Attributes

CCConst mu
 
bool haveMu = false
 
double muC = 0.0
 
bool harmMu = false
 
CCConst rho
 
bool haveRho = false
 
double rhoIdtC = 0.0
 
double idt = 0.0
 
long sc = 0
 

Detailed Description

Definition at line 57 of file face_props.hpp.

Member Function Documentation

◆ idiag()

double peclet::flow::VarFaceProps::idiag ( long  i) const
inline

Definition at line 67 of file face_props.hpp.

References haveRho, idt, rho, rhoIdtC, and sc.

◆ beta()

double peclet::flow::VarFaceProps::beta ( long  i,
long  j 
) const
inline

Definition at line 70 of file face_props.hpp.

References harmMu, haveMu, mu, and muC.

Member Data Documentation

◆ mu

CCConst peclet::flow::VarFaceProps::mu

Definition at line 58 of file face_props.hpp.

Referenced by beta(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ haveMu

bool peclet::flow::VarFaceProps::haveMu = false

Definition at line 59 of file face_props.hpp.

Referenced by beta(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ muC

double peclet::flow::VarFaceProps::muC = 0.0

Definition at line 60 of file face_props.hpp.

Referenced by beta(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ harmMu

bool peclet::flow::VarFaceProps::harmMu = false

Definition at line 61 of file face_props.hpp.

Referenced by beta(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ rho

CCConst peclet::flow::VarFaceProps::rho

Definition at line 62 of file face_props.hpp.

Referenced by idiag(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ haveRho

bool peclet::flow::VarFaceProps::haveRho = false

Definition at line 63 of file face_props.hpp.

Referenced by idiag(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ rhoIdtC

double peclet::flow::VarFaceProps::rhoIdtC = 0.0

Definition at line 64 of file face_props.hpp.

Referenced by idiag(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ idt

double peclet::flow::VarFaceProps::idt = 0.0

Definition at line 65 of file face_props.hpp.

Referenced by idiag(), and peclet::flow::Solver< Grid >::makeFaceProps().

◆ sc

long peclet::flow::VarFaceProps::sc = 0

Definition at line 66 of file face_props.hpp.

Referenced by idiag(), and peclet::flow::Solver< Grid >::makeFaceProps().


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