Skip to content
GitLab
Menu
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
05022c37
Commit
05022c37
authored
Jan 14, 2011
by
Andrew Heather
Browse files
STYLE: minor formatting
parent
b0276efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/interFoam/LTSInterFoam/alphaEqnSubCycle.H
View file @
05022c37
label
nAlphaCorr
(
readLabel
(
piso
.
lookup
(
"nAlphaCorr"
))
);
label
nAlphaCorr
(
readLabel
(
piso
.
lookup
(
"nAlphaCorr"
)));
label
nAlphaSubCycles
(
readLabel
(
piso
.
lookup
(
"nAlphaSubCycles"
))
);
label
nAlphaSubCycles
(
readLabel
(
piso
.
lookup
(
"nAlphaSubCycles"
))));
if
(
nAlphaSubCycles
>
1
)
{
...
...
@@ -19,7 +13,7 @@ if (nAlphaSubCycles > 1)
!
(
++
alphaSubCycle
).
end
();
)
{
#
include "alphaEqn.H"
#
include
"alphaEqn.H"
rhoPhiSum
+=
(
runTime
.
deltaT
()
/
totalDeltaT
)
*
rhoPhi
;
}
...
...
@@ -27,7 +21,7 @@ if (nAlphaSubCycles > 1)
}
else
{
#
include "alphaEqn.H"
#
include
"alphaEqn.H"
}
interface
.
correct
();
...
...
Write
Preview
Supports
Markdown
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