MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
TCheck.H
Go to the documentation of this file.
1 
10 forAll(mesh.C(), celli)
11 {
12  if (T[celli] > 500.0)
13  {
14  T[celli] = 500.0;
15  }
16 }