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

COMP: solidThermo: abstract member function

parent a5e88f3e
Branches
Tags
No related merge requests found
......@@ -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();
......
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