Transferring Field Between FEM and FVM in MOOSE MultiApp Structure #28949
-
Check these boxes if you have followed the posting rules.
I’m working on a multi-physics example in MOOSE, where I’m using the Finite Element Method (FEM) to solve the heat equation and the Finite Volume Method (FVM) to solve fluid flow. So far, I’ve successfully set up and solved:
I was able to transfer the velocity field from the FVM sub-app back to the FEM parent app using MOOSE’s transfer system. This allowed me to compute the advection term in the heat equation accurately. Now, I’m trying to transfer the temperature field Error Message: where in the heat_conduction.i I have: and in the fluid_flow.i (FVM ) file I have : To provide more context, here’s the GitHub repository with my setup: https://github.com/mahdipasaie/moose_coupled_heat_fluid.git. Any insights on the requirements or additional configurations for transferring fields between FEM and FVM apps in MOOSE would be greatly appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I had a syntax issue! I fixed that and now is working. |
Beta Was this translation helpful? Give feedback.

I had a syntax issue! I fixed that and now is working.