mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
179 B
C
12 lines
179 B
C
{
|
|
DDtUa =
|
|
fvc::ddt(Ua)
|
|
+ fvc::div(phia, Ua)
|
|
- fvc::div(phia)*Ua;
|
|
|
|
DDtUb =
|
|
fvc::ddt(Ub)
|
|
+ fvc::div(phib, Ub)
|
|
- fvc::div(phib)*Ub;
|
|
}
|