You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to simulate a 1D premixed flame to get the laminar flame speed.
So I made 1D shape as below.
Boundary Conditions
Inlet: fixedValue for mass fractions
Outlet: InletOutlet for mass fractions
Sides: empty (to achieve 1D simulation)
Here is a problem. When I run this case, this error appears.
I checked ~laminarSMOKE/solvers/laminarSMOKE/properties.H, and it seems to be caused by some boundary faces that have zero mass fractions initially. “MoleFractions_From_MassFractions” does not work if all input mass fractions are zero.
Dear developers and contributors,
I try to simulate a 1D premixed flame to get the laminar flame speed.
So I made 1D shape as below.
Boundary Conditions
Inlet: fixedValue for mass fractions
Outlet: InletOutlet for mass fractions
Sides: empty (to achieve 1D simulation)
Here is a problem. When I run this case, this error appears.
I checked ~laminarSMOKE/solvers/laminarSMOKE/properties.H, and it seems to be caused by some boundary faces that have zero mass fractions initially. “MoleFractions_From_MassFractions” does not work if all input mass fractions are zero.
laminarSMOKE/solvers/laminarSMOKE/properties.H
Lines 232 to 235 in 65b29ff
My trial solutions)
Two ways seem to work.
If there are better ways, please let me know.
It would be grateful if properties.H could work for this kind of situation.
Thank you
Best regards,
Daeyoung Jun
The text was updated successfully, but these errors were encountered: