This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/engine/sonicTurbDyMEngineFoam/createEngineOutput.H

15 lines
339 B
C++

fileName path = runTime.caseName();
OFstream Pav(path+"/p.Cyl");
OFstream Tav(path+"/t.Cyl");
OFstream kav(path+"/k.Cyl");
OFstream epsav(path+"/eps.Cyl");
OFstream massBal(path+"/massBal.Cyl");
OFstream volume(path+"/vol.Cyl");
OFstream debugT(path+"/maxMin.t");
OFstream debugMinT(path+"/Min.t");
OFstream debugMaxT(path+"/Max.t");