Thermodynamics: Corrected the boundary condition for Cp.

This commit is contained in:
henry
2010-02-18 16:16:08 +00:00
parent f4f23178e0
commit 0d1833a44e
5 changed files with 5 additions and 10 deletions

View File

@ -246,8 +246,7 @@ Foam::tmp<Foam::volScalarField> Foam::ePsiThermo<MixtureType>::Cp() const
IOobject::NO_WRITE IOobject::NO_WRITE
), ),
mesh, mesh,
dimensionSet(0, 2, -2, -1, 0), dimensionSet(0, 2, -2, -1, 0)
this->T_.boundaryField().types()
) )
); );

View File

@ -244,8 +244,7 @@ Foam::tmp<Foam::volScalarField> Foam::hPsiThermo<MixtureType>::Cp() const
IOobject::NO_WRITE IOobject::NO_WRITE
), ),
mesh, mesh,
dimensionSet(0, 2, -2, -1, 0), dimensionSet(0, 2, -2, -1, 0)
this->T_.boundaryField().types()
) )
); );

View File

@ -244,8 +244,7 @@ Foam::tmp<Foam::volScalarField> Foam::hsPsiThermo<MixtureType>::Cp() const
IOobject::NO_WRITE IOobject::NO_WRITE
), ),
mesh, mesh,
dimensionSet(0, 2, -2, -1, 0), dimensionSet(0, 2, -2, -1, 0)
this->T_.boundaryField().types()
) )
); );

View File

@ -243,8 +243,7 @@ Foam::tmp<Foam::volScalarField> Foam::hRhoThermo<MixtureType>::Cp() const
IOobject::NO_WRITE IOobject::NO_WRITE
), ),
mesh, mesh,
dimensionSet(0, 2, -2, -1, 0), dimensionSet(0, 2, -2, -1, 0)
this->T_.boundaryField().types()
) )
); );

View File

@ -243,8 +243,7 @@ Foam::tmp<Foam::volScalarField> Foam::hsRhoThermo<MixtureType>::Cp() const
IOobject::NO_WRITE IOobject::NO_WRITE
), ),
mesh, mesh,
dimEnergy/dimMass/dimTemperature, dimEnergy/dimMass/dimTemperature
this->T_.boundaryField().types()
) )
); );