Skip to content
Snippets Groups Projects
Commit ae74a9ba authored by mattijs's avatar mattijs
Browse files

COMP: solidChemistryModel: accessing tmp

parent d31adaeb
Branches
Tags
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment