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
b333a311
Commit
b333a311
authored
May 03, 2011
by
andy
Browse files
ENH: Updated film enthalpy source treatment
parent
6fea2cd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/submodels/Thermodynamic/SurfaceFilmModel/ThermoSurfaceFilm/ThermoSurfaceFilm.C
View file @
b333a311
...
...
@@ -467,7 +467,7 @@ void Foam::ThermoSurfaceFilm<CloudType>::splashInteraction
// Apply correction to velocity for 2-D cases
meshTools
::
constrainDirection
(
mesh
,
mesh
.
solutionD
(),
pPtr
->
U
());
Info
<<
"NEW PARTICLE: "
<<
*
pPtr
<<
endl
;
// Add the new parcel
this
->
owner
().
addParticle
(
pPtr
);
...
...
src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C
View file @
b333a311
...
...
@@ -273,15 +273,12 @@ void thermoSingleLayer::solveEnergy()
updateSurfaceTemperatures
();
dimensionedScalar
hs0
(
"SMALL"
,
hs_
.
dimensions
(),
SMALL
);
solve
(
fvm
::
ddt
(
deltaRho_
,
hs_
)
+
fvm
::
div
(
phi_
,
hs_
)
==
// - hsSp_
-
fvm
::
Sp
(
hsSp_
/
(
hs_
+
hs0
),
hs_
)
-
hsSp_
+
q
(
hs_
)
+
radiation_
->
Shs
()
-
fvm
::
SuSp
(
rhoSp_
,
hs_
)
...
...
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