Final implementation of a specific mesh for MCC, added a case for

cylFlow that used two meshes and the User Manual has been updated.
This commit is contained in:
Jorge Gonzalez 2021-04-05 09:45:57 +02:00
commit cbcefb06c8
13 changed files with 10451 additions and 2017 deletions

View file

@ -8,7 +8,7 @@
"geometry": {
"type": "2DCyl",
"meshType": "gmsh2",
"meshFile": "mesh.msh"
"meshFile": "meshSingle.msh"
},
"species": [
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 5.0e8}
@ -57,7 +57,7 @@
},
"parallel": {
"OpenMP":{
"nThreads": 8
"nThreads": 24
}
}
}