diff --git a/applications/solvers/df0DFoam/createFields.H b/applications/solvers/df0DFoam/createFields.H index 5ac2944f..f0f29c06 100644 --- a/applications/solvers/df0DFoam/createFields.H +++ b/applications/solvers/df0DFoam/createFields.H @@ -2,7 +2,7 @@ Info<< "Reading thermophysical properties\n" << endl; -CanteraMixture::setEnergyName("hs"); +CanteraMixture::setEnergyName("ha"); // fluidThermo* pThermo = new hePsiThermo(mesh, word::null); fluidThermo* pThermo = new heRhoThermo(mesh, word::null); fluidThermo& thermo = *pThermo; @@ -126,4 +126,4 @@ scalar u0 = he[0] - p[0]/rho[0]; #ifdef USE_LIBTORCH const Switch log_ = CanteraTorchProperties.subDict("TorchSettings").lookupOrDefault("log", false); const Switch torch_ = CanteraTorchProperties.subDict("TorchSettings").lookupOrDefault("torch", false); -#endif \ No newline at end of file +#endif