Dear Vincent,
When I turn on all the fields in constant/hTCProperties in mixtureOutputs section I get the following error while reconstructPar in parallel and foamToVTK in serial:
--> FOAM FATAL IO ERROR:
Cannot find 'value' entry on patch outlet of field e in file "/home/opaca/hy2Foam_tutorial_run/hyStrath/rotorbit_tutorials/wedge_ver6/1.2000000000e-08/e"
which is required to set the values of the generic patch field.
(Actual type gradient2Energy)
Please add the 'value' entry to the write function of the user-defined boundary-condition
file: /home/opaca/hy2Foam_tutorial_run/hyStrath/rotorbit_tutorials/wedge_ver6/1.2000000000e-08/e.boundaryField.outlet from line 8557 to line 8558.
From function genericFvPatchField<Type>::genericFvPatchField(const fvPatch&, const Field<Type>&, const dictionary&)
in file genericFvPatchField/genericFvPatchField.C at line 71.
FOAM exiting
The reason I want to accomplish this is to map the solution from a coarse mesh to a finer mesh as initial condition, but to do this I need the Tv field in the solution file. So, I'm planning to use the e and zeta fields to get Tv. Do you have any recommendation to resolve this?
Thanks,
Onur
P.S This is a case that I generated based on the cylinderReactingMach20 case.
Dear Vincent,
When I turn on all the fields in constant/hTCProperties in mixtureOutputs section I get the following error while reconstructPar in parallel and foamToVTK in serial:
The reason I want to accomplish this is to map the solution from a coarse mesh to a finer mesh as initial condition, but to do this I need the Tv field in the solution file. So, I'm planning to use the e and zeta fields to get Tv. Do you have any recommendation to resolve this?
Thanks,
Onur
P.S This is a case that I generated based on the cylinderReactingMach20 case.