Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
All Data Structures Namespaces Files Functions Variables Typedefs Macros Modules Pages
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 }