mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: solidFoam: extraneous includes. See 1956.
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-DFULLDEBUG -g -O0 \
|
|
||||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||||
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
||||||
|
|||||||
@ -5,11 +5,11 @@ solidThermo& thermo = pThermo();
|
|||||||
|
|
||||||
tmp<volScalarField> trho = thermo.rho();
|
tmp<volScalarField> trho = thermo.rho();
|
||||||
const volScalarField& rho = trho();
|
const volScalarField& rho = trho();
|
||||||
|
//
|
||||||
tmp<volScalarField> tcp = thermo.Cp();
|
//tmp<volScalarField> tcp = thermo.Cp();
|
||||||
const volScalarField& cp = tcp();
|
//const volScalarField& cp = tcp();
|
||||||
|
//
|
||||||
volScalarField& p = thermo.p();
|
//volScalarField& p = thermo.p();
|
||||||
volScalarField& h = thermo.he();
|
volScalarField& h = thermo.he();
|
||||||
|
|
||||||
autoPtr<coordinateSystem> coordinatesPtr;
|
autoPtr<coordinateSystem> coordinatesPtr;
|
||||||
|
|||||||
Reference in New Issue
Block a user