How to visualize the airflow inside a fluid domain while using RADIOSS
Good Morning
I am trying to perform a CFD analysis using RADIOSS solver. I have created a rectangular box structure representing the fluid domain. I have used Material Law 6 to define AIR as the material and I have used PFLUID as the load. I would like to visualize the airflow inside the domain while simulating this using RADIOSS solver as I will be performing FSI in the future. Is it possible to do this and which parameter should I request as output to visualize it.
Thanks in Advance
Answers
-
Hi Arun,
In order to create the outputs you need for your simulation, you can use the following basic keywords based on the type of outputs you are using:
- /H3D output requests ( https://help.altair.com/hwsolvers/rad/topics/solvers/rad/h3d_solid_engine_r.htm )
- /H3D/NODA/VEL - Velocity
- /H3D/ELEM/P - Pressure
- /H3D/ELEM/DENS - Density
- /H3D/ELEM/MACH - Mach Number
- /H3D/ELEM/SSP - Speed of Sound
- /ANIM output requests ( https://2021.help.altair.com/2021.2/hwsolvers/rad/topics/solvers/rad/anim_brick_restype_engine_r.htm )
- /ANIM/VECT/VEL - Velocity
- /ANIM/ELEM/P - Pressure
- /ANIM/ELEM/DENS - Density
- /ANIM/ELEM/MACH - Mach Number
- /ANIM/ELEM/SSP - Speed of Sound
Keep in mind that if you are using /MAT/LAW151, which is element based, then for the velocity output you should use /H3D/ELEM/VECT/VEL (no equivalent /ANIM request) to visualize the velocity results.
You can also create some streamlines using the HyperView Post Processor. The attached video explains how to visualize the above contours and how to create the streamlines too based on the Mok Benchmark problem. ( https://community.altair.com/community/en/mok-fluid-structure-interaction-fsi-benchmark-simulation-with-radioss?sys_kb_id=7a8d22121b960e98c4dfdbd9dc4bcb81&id=kb_article_view&sysparm_rank=1&sysparm_tsqueryId=86341a7e97c7ce50da583b47f053af1f )
0 - /H3D output requests ( https://help.altair.com/hwsolvers/rad/topics/solvers/rad/h3d_solid_engine_r.htm )