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
dc04980d
Commit
dc04980d
authored
Jan 22, 2020
by
OpenFOAM bot
Committed by
Andrew Heather
May 21, 2020
Browse files
STYLE: remove trailing space, tabs
parent
8218923b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/functionObjects/field/heatTransferCoeff/heatTransferCoeffModels/heatTransferCoeffModel/heatTransferCoeffModel.C
View file @
dc04980d
...
...
@@ -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
();
}
}
...
...
tutorials/heatTransfer/chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D/system/controlDict
View file @
dc04980d
...
...
@@ -61,10 +61,10 @@ adjustTimeStep yes;
functions
{
htc
htc
{
type heatTransferCoeff;
libs (
"lib
fieldFunctionObjects
.so"
);
libs (fieldFunctionObjects);
region water;
field T.liquid;
writeControl outputTime;
...
...
@@ -73,7 +73,7 @@ functions
patches (water_to_solid);
TRef 373;
}
htcSurfaceFieldValue
{
type surfaceFieldValue;
...
...
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