diff --git a/src/combustionModels/FSD/FSD.C b/src/combustionModels/FSD/FSD.C index 36d27a64c4..0c096c0a47 100644 --- a/src/combustionModels/FSD/FSD.C +++ b/src/combustionModels/FSD/FSD.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -97,15 +97,15 @@ FSD::~FSD() template void FSD::calculateSourceNorm() { - this->singleMixturePtr_->fresCorrect(); + this->fresCorrect(); - const label fuelI = this->singleMixturePtr_->fuelIndex(); + const label fuelI = this->fuelIndex(); const volScalarField& YFuel = this->thermo().composition().Y()[fuelI]; const volScalarField& YO2 = this->thermo().composition().Y("O2"); - const dimensionedScalar s = this->singleMixturePtr_->s(); + const dimensionedScalar s = this->s(); ft_ = (s*YFuel - (YO2 - YO2OxiStream_))/(s*YFuelFuelStream_ + YO2OxiStream_); @@ -247,9 +247,9 @@ void FSD::calculateSourceNorm() List