From 5ad6d7f40425cddb0ca8895366e70a649a5b34e7 Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Tue, 30 Oct 2018 15:53:51 -0400 Subject: [PATCH] removed U and phi field and result file --- testApp/createFields.H | 20 -------------------- 1 file changed, 20 deletions(-) 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;