removed U and phi field and result file

This commit is contained in:
Yeongdo Park 2018-10-30 15:53:51 -04:00
parent 7587045ea0
commit 5ad6d7f404

View file

@ -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;