mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Thermodynamics: Completed most of the conversion of the enthalpy source
This commit is contained in:
@ -9,7 +9,7 @@ if (finalIter)
|
||||
tmp<fvScalarMatrix> TEqn
|
||||
(
|
||||
fvm::ddt(rho*cp, T)
|
||||
- fvm::laplacian(K, T)
|
||||
- fvm::laplacian(kappa, T)
|
||||
);
|
||||
TEqn().relax();
|
||||
TEqn().solve(mesh.solver(T.select(finalIter)));
|
||||
|
||||
Reference in New Issue
Block a user