|
flow 0.4.0
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#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 |
Definition at line 57 of file face_props.hpp.
Definition at line 67 of file face_props.hpp.
References haveRho, peclet::flow::ibmFillEntry(), idt, rho, rhoIdtC, and sc.
Definition at line 70 of file face_props.hpp.
References harmMu, haveMu, peclet::flow::ibmFillEntry(), mu, and muC.
| CCConst peclet::flow::VarFaceProps::mu |
Definition at line 58 of file face_props.hpp.
Referenced by beta().
Definition at line 59 of file face_props.hpp.
Referenced by beta(), and peclet::flow::Solver< Grid >::makeFaceProps().
| double peclet::flow::VarFaceProps::muC = 0.0 |
Definition at line 60 of file face_props.hpp.
Referenced by beta().
Definition at line 61 of file face_props.hpp.
Referenced by beta().
| CCConst peclet::flow::VarFaceProps::rho |
Definition at line 62 of file face_props.hpp.
Referenced by idiag().
Definition at line 63 of file face_props.hpp.
Referenced by idiag().
| double peclet::flow::VarFaceProps::rhoIdtC = 0.0 |
Definition at line 64 of file face_props.hpp.
Referenced by idiag().
| double peclet::flow::VarFaceProps::idt = 0.0 |
Definition at line 65 of file face_props.hpp.
Referenced by idiag().
| long peclet::flow::VarFaceProps::sc = 0 |
Definition at line 66 of file face_props.hpp.
Referenced by idiag().