diff --git a/testApp/createFields.H b/testApp/createFields.H index 62be3ce..f0d1a2b 100644 --- a/testApp/createFields.H +++ b/testApp/createFields.H @@ -62,23 +62,3 @@ 0.0 ) ); - - volVectorField U - ( - IOobject - ( - "U", - runTime.timeName(), - runTime, - IOobject::NO_READ, - IOobject::NO_WRITE - ), - mesh, - dimensionedVector("zero", dimVelocity, Zero) - ); - - #include "createPhi.H" - - OFstream post(args.path()/"chemFoam.out"); - post<< "# Time" << token::TAB << "Temperature [K]" << token::TAB - << "Pressure [Pa]" << endl;