mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: solidChemistryModel: accessing tmp
This commit is contained in:
@ -119,7 +119,7 @@ Foam::solidChemistryModel<CompType, SolidThermo>::RRsHs() const
|
|||||||
|
|
||||||
if (this->chemistry_)
|
if (this->chemistry_)
|
||||||
{
|
{
|
||||||
DimensionedField<scalar, volMesh>& RRs = tRRsHs();
|
DimensionedField<scalar, volMesh>& RRs = tRRsHs.ref();
|
||||||
|
|
||||||
const volScalarField& T = this->solidThermo().T();
|
const volScalarField& T = this->solidThermo().T();
|
||||||
const volScalarField& p = this->solidThermo().p();
|
const volScalarField& p = this->solidThermo().p();
|
||||||
|
|||||||
Reference in New Issue
Block a user