OpenFOAM
v2512
The open source CFD toolbox
Loading...
Searching...
No Matches
createFieldRefs.H
Go to the documentation of this file.
1
volScalarField&
p
=
thermo
.p();
2
const
volScalarField&
T
=
thermo
.T();
3
const
volScalarField&
psi
=
thermo
.psi();
4
5
bool
inviscid
(
true
);
6
if
(max(
thermo
.mu().cref().primitiveField()) > 0.0)
7
{
8
inviscid
=
false
;
9
}
thermo
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
p
volScalarField & p
Definition
createFieldRefs.H:8
psi
const volScalarField & psi
Definition
createFieldRefs.H:1
T
const volScalarField & T
Definition
createFieldRefs.H:2
inviscid
bool inviscid(true)
applications
solvers
compressible
rhoCentralFoam
createFieldRefs.H
Generated by
1.16.1