Test of examples
As all pushers and geometries have change, I'm testing all examples, adding a README.txt and a reference output for each case.
This commit is contained in:
parent
8dd3023bc0
commit
2850f37551
15 changed files with 21137 additions and 12 deletions
7
runs/cylFlow/README.txt
Normal file
7
runs/cylFlow/README.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Neutral flow around a cylinder with elastic collisions.
|
||||
|
||||
Case with the same mesh for particle weighting and collisions and another case using the dual mesh mode, with a more refined mesh around the cylinder.
|
||||
This demostrates the capacity of fpakc to work with independent meshes for particles and collisions.
|
||||
|
||||
CPU time is outputed.
|
||||
Gnuplot scripts for plotting the CPU time are provided.
|
||||
|
|
@ -43,9 +43,8 @@
|
|||
},
|
||||
"solver": {
|
||||
"tau": [5.0e-7],
|
||||
"finalTime": 1.0e-3,
|
||||
"finalTime": 5.0e-4,
|
||||
"pusher": ["Neutral"],
|
||||
"WeightingScheme": "Volume"
|
||||
},
|
||||
"interactions": {
|
||||
"folderCollisions": "./data/collisions/",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
"solver": {
|
||||
"tau": [5.0e-7],
|
||||
"finalTime": 1.0e-3,
|
||||
"finalTime": 5.0e-4,
|
||||
"pusher": ["Neutral"],
|
||||
"WeightingScheme": "Volume"
|
||||
},
|
||||
|
|
|
|||
8183
runs/cylFlow/output/dual/OUTPUT_1000_Argon.msh
Normal file
8183
runs/cylFlow/output/dual/OUTPUT_1000_Argon.msh
Normal file
File diff suppressed because it is too large
Load diff
1943
runs/cylFlow/output/dual/OUTPUT_1000_Collisions.msh
Normal file
1943
runs/cylFlow/output/dual/OUTPUT_1000_Collisions.msh
Normal file
File diff suppressed because it is too large
Load diff
8183
runs/cylFlow/output/single/OUTPUT_1000_Argon.msh
Normal file
8183
runs/cylFlow/output/single/OUTPUT_1000_Argon.msh
Normal file
File diff suppressed because it is too large
Load diff
1943
runs/cylFlow/output/single/OUTPUT_1000_Collisions.msh
Normal file
1943
runs/cylFlow/output/single/OUTPUT_1000_Collisions.msh
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue