13 lines
184 B
C
13 lines
184 B
C
|
{
|
||
|
solve
|
||
|
(
|
||
|
fvm::ddt(rho, h)
|
||
|
+ mvConvection->fvmDiv(phi, h)
|
||
|
- fvm::laplacian(turbulence->alphaEff(), h)
|
||
|
==
|
||
|
DpDt
|
||
|
);
|
||
|
|
||
|
thermo->correct();
|
||
|
}
|