basicThermo: Minor formatting change

This commit is contained in:
Will Bainbridge
2020-09-09 10:25:53 +01:00
parent ca0ed722a7
commit 7a133ea556

View File

@ -416,10 +416,7 @@ public:
virtual const volScalarField& alpha() const = 0; virtual const volScalarField& alpha() const = 0;
//- Thermal diffusivity for enthalpy of mixture for patch [kg/m/s] //- Thermal diffusivity for enthalpy of mixture for patch [kg/m/s]
virtual const scalarField& alpha virtual const scalarField& alpha(const label patchi) const = 0;
(
const label patchi
) const = 0;
// Fields derived from transport state variables // Fields derived from transport state variables
@ -429,10 +426,7 @@ public:
//- Thermal diffusivity for temperature of mixture //- Thermal diffusivity for temperature of mixture
// for patch [W/m/K] // for patch [W/m/K]
virtual tmp<scalarField> kappa virtual tmp<scalarField> kappa(const label patchi) const = 0;
(
const label patchi
) const = 0;
//- Thermal diffusivity for energy of mixture [kg/m/s] //- Thermal diffusivity for energy of mixture [kg/m/s]
virtual tmp<volScalarField> alphahe() const = 0; virtual tmp<volScalarField> alphahe() const = 0;