|
[Sponsors] |
October 20, 2020, 22:49 |
How to Setup an ACMI Case
|
#1 | |
New Member
Jeff Stout
Join Date: Dec 2019
Posts: 8
Rep Power: 6 |
I created my original solution from RotatingFanInRoom and got the AMI machinery working well. I am using OpenFoam to plot the pressure from a rotating rotor and stator in a tube.
Now I need to use the ACMI machinery because I need the rotating zone to extend to the wall of the tube. I was not surprised when doing a global substitute of AMI with ACMI failed. After looking at oscillatingInletACMI2D I added a "topoSetDict" and a "createBafflesDict". This is not working either. So, I need help. Here is my build script: Code:
runApplication surfaceFeatureExtract runApplication blockMesh runApplication snappyHexMesh -overwrite # - force removal of fields generated by snappy rm -rf 0 # renumber the mesh runApplication renumberMesh -overwrite # - create the inlet/outlet and AMI patches runApplication createPatch -overwrite # - Run topoSet runApplication topoSet # - Create Baffles runApplication createBaffles -overwrite # - check the mesh runApplication CheckMesh -allTopology -allGeometry -constant -writeAllFields -writeSets vtk Things start going off the rails on createPatch: Quote:
Code:
--> FOAM FATAL IO ERROR: Cannot find patchField entry for ACMI How should I setup this case? What .stl files should I have? How do I pick up the names in the .stl files to create the dictionaries for running ACMI in pimpleFoam? Last edited by jeffery0630; October 21, 2020 at 12:42. Reason: Uploaded files did not get included. |
||
October 22, 2020, 16:01 |
|
#2 |
New Member
Jeff Stout
Join Date: Dec 2019
Posts: 8
Rep Power: 6 |
I found a link to a recipe here: Sliding interface- ACMI
The steps are:
My recipe (wrong) uses createPatch. I guess that's not needed anymore. Right? Why? |
|
Tags |
acmi, createbaffles, toposet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure instabilities with interDyMFoam for the floatingObject case | nbadano | OpenFOAM Running, Solving & CFD | 15 | October 15, 2021 07:35 |
[DesignModeler] DesignModeler Scripting: How to get Full Command Access | ANT | ANSYS Meshing & Geometry | 53 | February 16, 2020 16:13 |
Can`t Setup ONERA optimization case | McAero | SU2 | 6 | November 15, 2017 09:29 |
Compressible rhoPimpleFoam Case Setup Help! | JonathanG | OpenFOAM Pre-Processing | 0 | July 12, 2017 11:33 |
OpenFOAM Case Setup Needed | mpl | CFD Freelancers | 4 | October 10, 2013 17:14 |