Skip to content
Snippets Groups Projects
Commit 223e06df authored by sergio's avatar sergio
Browse files

BUG: Adding virtual function Cp to SpecieMixture

parent 79c23b0d
Branches
Tags
No related merge requests found
......@@ -225,6 +225,14 @@ public:
const label patchi
) const = 0;
//- Heat capacity at constant pressure at p and T [J/kg/K]
virtual tmp<scalarField> Cp
(
const scalarField& p,
const scalarField& T,
const labelList& cells
) const = 0;
//- Heat capacity at constant volume [J/kg/K]
virtual tmp<volScalarField> Cv() const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment