reactingMixture: Rationalised the reading of the species thermo and reactions
which are now read directly from the thermophysicalProperties dictionary for consistency with non-reacting mixture thermodynamics. The species thermo and reactions lists can still be in separate files if convenient and included into the thermophysicalProperties file using the standard dictionary #include.
This commit is contained in:
@ -59,7 +59,7 @@ controlMeshQualityCoeffs
|
||||
{
|
||||
// Name of the dictionary that has the mesh quality coefficients used
|
||||
// by motionSmoother::checkMesh
|
||||
#include "meshQualityDict";
|
||||
#include "meshQualityDict"
|
||||
|
||||
// The amount that minimumEdgeLength will be reduced by for each
|
||||
// edge if that edge's collapse generates a poor quality face
|
||||
|
||||
Reference in New Issue
Block a user