I’m looking at the possiblities to export CFD simulations from OpenFOAM software into Unreal Engine.
I understand as of UE 5.3 it now supports OpenVDB file format but I don’t think it’s possible to export / save to .VDB from OpenFOAM.
Does anyone have an experience or knowledge in doing this?
Use ParaView to convert OpenFoam based volume data to VDB and import it to UE in editor (doesn’t work on runtime)
Use ParaView to convert OpenFoam based volume data to USDZ. You can import it on runtime but you have to use source code version of UE5 because you need to force enable something which I don’t remember in .target.cs and it works only with source code version.
On the other hand, you can try to export all particle locations and re-create them with Niagara or even you can try ray marching but there is no tutorial about these and they will be extremely hard operations to do.