mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove trailing space, tabs
This commit is contained in:
committed by
Andrew Heather
parent
8218923b8c
commit
dc04980d5c
@ -97,18 +97,18 @@ Foam::heatTransferCoeffModel::q() const
|
|||||||
(
|
(
|
||||||
mesh_.lookupObject<phaseSystem>("phaseProperties")
|
mesh_.lookupObject<phaseSystem>("phaseProperties")
|
||||||
);
|
);
|
||||||
|
|
||||||
for (label patchi : patchSet_)
|
for (label patchi : patchSet_)
|
||||||
{
|
{
|
||||||
forAll(fluid.phases(), phasei)
|
forAll(fluid.phases(), phasei)
|
||||||
{
|
{
|
||||||
const phaseModel& phase = fluid.phases()[phasei];
|
const phaseModel& phase = fluid.phases()[phasei];
|
||||||
const fvPatchScalarField& alpha =
|
const fvPatchScalarField& alpha =
|
||||||
phase.boundaryField()[patchi];
|
phase.boundaryField()[patchi];
|
||||||
const volScalarField& he = phase.thermo().he();
|
const volScalarField& he = phase.thermo().he();
|
||||||
const volScalarField::Boundary& hebf = he.boundaryField();
|
const volScalarField::Boundary& hebf = he.boundaryField();
|
||||||
|
|
||||||
q[patchi] +=
|
q[patchi] +=
|
||||||
alpha*phase.alphaEff(patchi)()*hebf[patchi].snGrad();
|
alpha*phase.alphaEff(patchi)()*hebf[patchi].snGrad();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -61,10 +61,10 @@ adjustTimeStep yes;
|
|||||||
|
|
||||||
functions
|
functions
|
||||||
{
|
{
|
||||||
htc
|
htc
|
||||||
{
|
{
|
||||||
type heatTransferCoeff;
|
type heatTransferCoeff;
|
||||||
libs ("libfieldFunctionObjects.so");
|
libs (fieldFunctionObjects);
|
||||||
region water;
|
region water;
|
||||||
field T.liquid;
|
field T.liquid;
|
||||||
writeControl outputTime;
|
writeControl outputTime;
|
||||||
@ -73,7 +73,7 @@ functions
|
|||||||
patches (water_to_solid);
|
patches (water_to_solid);
|
||||||
TRef 373;
|
TRef 373;
|
||||||
}
|
}
|
||||||
|
|
||||||
htcSurfaceFieldValue
|
htcSurfaceFieldValue
|
||||||
{
|
{
|
||||||
type surfaceFieldValue;
|
type surfaceFieldValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user