Implementation of non-3D meshes #194
Labels
help wanted
Extra attention is needed
invalid
This doesn't seem right
question
Further information is requested
The way 2D cases are handled is very confusing I think. These three attributes:
horses3d/Solver/src/libs/mesh/HexMesh.f90
Lines 72 to 74 in 41111c5
are set during the pre-processing stage to a value that depends on the keywords in the control file and the mesh itself. It seems that this is done in this function:
horses3d/Solver/src/libs/mesh/HexMesh.f90
Line 1619 in 41111c5
but it seems to override the choice of the user in the control file.
I will not merge #158 until this is reviewed, as the characteristic length of the elements is now wrong in 2D cases, and methods depending on it (LES, shock capturing) will provide different results.
The text was updated successfully, but these errors were encountered: