mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
19 lines
338 B
C
19 lines
338 B
C
scalar DiNum = -GREAT;
|
|
|
|
forAll(solidToProc, i)
|
|
{
|
|
# include "setRegionSolidFields.H"
|
|
|
|
DiNum = max
|
|
(
|
|
solidRegionDiffNo
|
|
(
|
|
procMeshes[solidToProc[i]],
|
|
runTime,
|
|
rho*cp,
|
|
K
|
|
),
|
|
DiNum
|
|
);
|
|
}
|