applying CFD loads to FEA mesh
applying CFD loads to FEA mesh
(OP)
we use CFD and a CFD model/mesh to determine the applied airploads.
then we have our FEA and it's mesh.
To apply the CFD loads we have in the past run the CFD model with the FEA mesh and of course gotten different answers.
I was thinking that it should be "easy" to interpolate an FEA grid location onto the CFD mesh (like the 4 nearest grids) (or maybe from the four nearest grids that box in the FEA grid determine the pressure surface locally), and so calculate the pressure at each grid.
This won't be "perfect" but it should be better …
thoughts ?
then we have our FEA and it's mesh.
To apply the CFD loads we have in the past run the CFD model with the FEA mesh and of course gotten different answers.
I was thinking that it should be "easy" to interpolate an FEA grid location onto the CFD mesh (like the 4 nearest grids) (or maybe from the four nearest grids that box in the FEA grid determine the pressure surface locally), and so calculate the pressure at each grid.
This won't be "perfect" but it should be better …
thoughts ?
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh
Now, considering the mesh, as long as you guarantee a good y+ and wall mesh sizing, your results should be fair enough.
RE: applying CFD loads to FEA mesh
1) the CFD model will have a lot of detail where I (the structure's guy) don't want it, and
2) the structures mesh doesn't have detail where CFD wants it.
On another project we ran the FEA mesh through the CFD analysis and got very different results (you'd've thunk it !?), that had to be "hand waved" (conservatively apply the highest load factor to all loads directions).
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh
Using FEMAP with Simcenter Nastran you can import your CFD loads and apply to your structural mesh using interpolation methods, the mesh don't need to be the same type.
The command MODEL > LOAD > MAP OUTPUT FROM MODEL... allows “mapping” of output data from 2-D and 3-D elements in one model (Source) onto another (Target). The two models can have completely different meshes and FEMAP gives offers a number of options and several different “mapping approaches” used to “map” the output.
Also you can run the DATA SURFACE EDITOR with plenty of options to import loads. “Data Surfaces” allow you to apply variable loading conditions using a number of predefined methods. Each method has a unique dialog box with all of the required inputs. FEMAP uses the information from a specific dialog box and creates a table of values which is saved with the model and can then be applied to any number of loading conditions:
Best regards,
Blas.
~~~~~~~~~~~~~~~~~~~~~~
Blas Molero Hidalgo
Ingeniero Industrial
Director
IBERISA
48004 BILBAO (SPAIN)
WEB: http://www.iberisa.com
Blog de FEMAP & NX Nastran: http://iberisa.wordpress.com/
RE: applying CFD loads to FEA mesh
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: applying CFD loads to FEA mesh
someone runs CFD and gives me airloads (pressures), steady state.
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh
Please take a look on CFD pressure mapping tool. It’s a stand-alone app I have written in C#, it might be useful to solve your issue.
https://github.com/galuszkm/CFD_Mapper
Currently only LS-Dyna and MSC Marc are supported but I can easily extend it to other solver. If you need some support feel free to contact me.
Best regards,
Michael
RE: applying CFD loads to FEA mesh
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh
Thanks in advance
RE: applying CFD loads to FEA mesh
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh
I shortened the API to just read the the CFD data and create the corresponding data surfaces. I have attached the files if you are interested. And I can always expand on this if I have a specific direction.
RE: applying CFD loads to FEA mesh
rb1957, if possible, could you post links to the YT videos which helped you to accomplish it in Femap?
RE: applying CFD loads to FEA mesh
another day in paradise, or is paradise one day closer ?
RE: applying CFD loads to FEA mesh