Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0d1833a4
Commit
0d1833a4
authored
Feb 18, 2010
by
henry
Browse files
Thermodynamics: Corrected the boundary condition for Cp.
parent
f4f23178
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.C
View file @
0d1833a4
...
...
@@ -246,8 +246,7 @@ Foam::tmp<Foam::volScalarField> Foam::ePsiThermo<MixtureType>::Cp() const
IOobject
::
NO_WRITE
),
mesh
,
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
),
this
->
T_
.
boundaryField
().
types
()
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
)
)
);
...
...
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C
View file @
0d1833a4
...
...
@@ -244,8 +244,7 @@ Foam::tmp<Foam::volScalarField> Foam::hPsiThermo<MixtureType>::Cp() const
IOobject
::
NO_WRITE
),
mesh
,
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
),
this
->
T_
.
boundaryField
().
types
()
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
)
)
);
...
...
src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C
View file @
0d1833a4
...
...
@@ -244,8 +244,7 @@ Foam::tmp<Foam::volScalarField> Foam::hsPsiThermo<MixtureType>::Cp() const
IOobject
::
NO_WRITE
),
mesh
,
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
),
this
->
T_
.
boundaryField
().
types
()
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
)
)
);
...
...
src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C
View file @
0d1833a4
...
...
@@ -243,8 +243,7 @@ Foam::tmp<Foam::volScalarField> Foam::hRhoThermo<MixtureType>::Cp() const
IOobject
::
NO_WRITE
),
mesh
,
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
),
this
->
T_
.
boundaryField
().
types
()
dimensionSet
(
0
,
2
,
-
2
,
-
1
,
0
)
)
);
...
...
src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C
View file @
0d1833a4
...
...
@@ -243,8 +243,7 @@ Foam::tmp<Foam::volScalarField> Foam::hsRhoThermo<MixtureType>::Cp() const
IOobject
::
NO_WRITE
),
mesh
,
dimEnergy
/
dimMass
/
dimTemperature
,
this
->
T_
.
boundaryField
().
types
()
dimEnergy
/
dimMass
/
dimTemperature
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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