FreeFOAM The Cross-Platform CFD Toolkit
solidRegionDiffusionNo.H
Go to the documentation of this file.
1  scalar DiNum = -GREAT;
2 
3  forAll(solidRegions, regionI)
4  {
5  DiNum = max
6  (
8  (
9  solidRegions[regionI],
10  runTime,
11  rhosCps[regionI],
12  Ks[regionI]
13  ),
14  DiNum
15  );
16  }