October 26, 2014, 15:15
|
[OpenFOAM] - Coupling dsmcFoam and laplacianFoam
|
#1
|
New Member
Chris Ostrom
Join Date: Jul 2014
Posts: 4
Rep Power: 12
|
I am working on a project to simulate reentry trajectories, and I have been able to script the dsmcFoam run cases.
However, to complete the other side of the project, I need to: - take a CAD file (from FLUENT or other software)
- create a volume mesh of it (with patches in OpenFOAM named the same as the material the part is made of)
- snap that into the block mesh
- run dsmcFoam to get flow field and surface temperatures
- run laplacianFoam to get new temperatures for each cell in body mesh
- run through all cells and if u_int >= u_melt, delete cell from the body mesh and re-do blockMesh and merge/snap mesh
- continue with next run of dsmcFoam
Does anyone have experience with combining OpenFOAM solvers in a regional fashion?
Thanks,
Chris
|
|
|