We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00140ad commit 485b0d9Copy full SHA for 485b0d9
applications/solvers/df0DFoam/createFields.H
@@ -2,7 +2,7 @@
2
3
Info<< "Reading thermophysical properties\n" << endl;
4
5
-CanteraMixture::setEnergyName("hs");
+CanteraMixture::setEnergyName("ha");
6
// fluidThermo* pThermo = new hePsiThermo<psiThermo, CanteraMixture>(mesh, word::null);
7
fluidThermo* pThermo = new heRhoThermo<rhoThermo, CanteraMixture>(mesh, word::null);
8
fluidThermo& thermo = *pThermo;
@@ -126,4 +126,4 @@ scalar u0 = he[0] - p[0]/rho[0];
126
#ifdef USE_LIBTORCH
127
const Switch log_ = CanteraTorchProperties.subDict("TorchSettings").lookupOrDefault("log", false);
128
const Switch torch_ = CanteraTorchProperties.subDict("TorchSettings").lookupOrDefault("torch", false);
129
-#endif
+#endif
0 commit comments