repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed unneeded lib dependency from mdInitialise
[foam-extend-3.2.git]
/
applications
/
solvers
/
combustion
/
dieselEngineFoam
/
hsEqn.H
blob
7ae59feb8199fc909983ed77cdba242f4d443b6c
1
{
2
solve
3
(
4
fvm::ddt(rho, hs)
5
+ mvConvection->fvmDiv(phi, hs)
6
- fvm::laplacian(turbulence->alphaEff(), hs)
7
==
8
DpDt
9
+ dieselSpray.heatTransferSource()().dimensionedInternalField()
10
+ chemistrySh
11
);
12
13
thermo.correct();
14
}