|
[Sponsors] |
Per face tracking of particles that left and entered the cell in dsmcFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 24, 2012, 10:45 |
Per face tracking of particles that left and entered the cell in dsmcFoam
|
#1 |
New Member
Jan R.
Join Date: Aug 2012
Posts: 2
Rep Power: 0 |
Hello CFD-Online Forum,
hello fellow OpenFOAM Users! First of all I must say that I only did a superficial search in this forum (which was unsuccessful) because I had no big hope of finding someone with the same problem. The problem persists of us wanting to track every movement of particles from one cell to the next. This problem was solved so far by saving the number of particles leaving and joining a cell as depicted below. before: Code:
--------- | 0 | 0 | --------- Code:
--------- |-1 | 1 | --------- before: Code:
--------- | 0 | 0 | --------- | 0 | 0 | --------- Code:
--------- | 0 | 0 | --------- | 0 | 0 | --------- The next level we want to take this, is adding particle tracking per face, so that this would be the outcome of the 2nd example: the letters identify the cells Code:
--------- | a | b | --------- | c | d | --------- face(a,b) = +1 face(a,c) = -1 face(b,d) = +1 face(c,d) = -1 I am using OpenFOAM Version 2.1.0, especially the tool dsmcFoam. ~ Jan R. PS: Please tell me if anything is unclear, English is obviously not my native language. |
|
August 28, 2012, 06:35 |
|
#2 |
New Member
Jan R.
Join Date: Aug 2012
Posts: 2
Rep Power: 0 |
If anyone has a hint for us, this would be great.
|
|
Tags |
dsmcfoam openfoam |
|
|