COMP: solidThermo: abstract member function

This commit is contained in:
mattijs 2013-07-04 16:28:21 +01:00
parent a5e88f3e03
commit 2b11904c9e

View File

@ -139,7 +139,7 @@ public:
virtual tmp<volScalarField> rho() const;
//- Density for patch [kg/m^3]
virtual tmp<scalarField> rho(const label patchi) const = 0;
virtual tmp<scalarField> rho(const label patchi) const;
//- Return non-const access to the local density field [kg/m^3]
virtual volScalarField& rho();