COMP: solidChemistryModel: accessing tmp

This commit is contained in:
mattijs
2016-06-20 11:21:51 +01:00
parent d31adaeb5e
commit ae74a9ba6c

View File

@ -119,7 +119,7 @@ Foam::solidChemistryModel<CompType, SolidThermo>::RRsHs() const
if (this->chemistry_)
{
DimensionedField<scalar, volMesh>& RRs = tRRsHs();
DimensionedField<scalar, volMesh>& RRs = tRRsHs.ref();
const volScalarField& T = this->solidThermo().T();
const volScalarField& p = this->solidThermo().p();