CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Rotating mesh (AMI) with ANSYS Meshing (https://www.cfd-online.com/Forums/openfoam-solving/228179-rotating-mesh-ami-ansys-meshing.html)

rmmrgttn June 22, 2020 09:18

Rotating mesh (AMI) with ANSYS Meshing
 
Hello,

I am working on a Vertical Axis Wind Turbine (VAWT). I want to do a dynamic simulation with pimpleDyMFoam. My problem is to define the interface between the static part and the rotating part. The rotating part is a cylinder around the wind turbine. I defined the faces of the cylinder as a wall with the tool "Named selections", called cylinder.

I don't know how to define the rotating zone after I converted the mesh in OpenFOAM. I have the AMI1 from the cylinder when I run createPatch but I can't create AMI2 (this boundary condition is empty).

I think I need to add this but I don't know where to write it and if it's correct :
Code:

AMI
{
faceType          boundary;
cellZone          rotatingZone;
faceZone          rotatingZone;
cellZoneInside  inside;
}

I read a lot of threads about this subject but I didn't find an answer to my problem.

Thank you for your answers,
Jacques

ybapat June 23, 2020 02:04

You can read the mesh in Fluent. Then it will create wall and wall shadow. You can write this case. Then use this case to generate openfoam mesh. Then polyMesh will contain both wall and wall-shadow as "wall" boundaries in boundary file. Now you can change these to AMI.



-Regards,
-Yogesh

rmmrgttn June 23, 2020 03:28

I couldn't do that because I don't have Fluent (I just have Design Modeler and ANSYS Meshing). Is there another solution ?

Best regards,
Jacques

sebastian0310 August 4, 2023 11:44

Hi Jacques, were you able to solve this problem?


All times are GMT -4. The time now is 21:08.