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")
|
||||
);
|
||||
|
||||
|
||||
for (label patchi : patchSet_)
|
||||
{
|
||||
forAll(fluid.phases(), phasei)
|
||||
{
|
||||
const phaseModel& phase = fluid.phases()[phasei];
|
||||
const fvPatchScalarField& alpha =
|
||||
const fvPatchScalarField& alpha =
|
||||
phase.boundaryField()[patchi];
|
||||
const volScalarField& he = phase.thermo().he();
|
||||
const volScalarField::Boundary& hebf = he.boundaryField();
|
||||
|
||||
q[patchi] +=
|
||||
|
||||
q[patchi] +=
|
||||
alpha*phase.alphaEff(patchi)()*hebf[patchi].snGrad();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user