FreeFOAM The Cross-Platform CFD Toolkit
write.H
Go to the documentation of this file.
1  if (runTime.outputTime())
2  {
4  (
5  IOobject
6  (
7  "Ur",
8  runTime.timeName(),
9  mesh,
10  IOobject::NO_READ,
11  IOobject::AUTO_WRITE
12  ),
13  Ua - Ub
14  );
15 
16  runTime.write();
17  }
18 
19 // ************************ vim: set sw=4 sts=4 et: ************************ //