Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
223e06df
Commit
223e06df
authored
Dec 15, 2021
by
sergio
Browse files
BUG: Adding virtual function Cp to SpecieMixture
parent
79c23b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/reactionThermo/mixtures/SpecieMixture/SpecieMixture.H
View file @
223e06df
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment