While attempting to solve a transformer model I made, I get the following error:
"The project has non meshed coil but it has no region
with reduced potential formulation :
MD3RED or MD3SCRHJ (or MD3SCRT0W)"
I followed the Flux 3-phase transformer example, with some modifications to the geometry. Unfortunately I cannot post my .FLU file, but it's a 3 phase transformer with slight separation between each of the core legs.
Any idea what these errors mean? All help is appreciated.
EDIT:
For any others having this problem.
In my case, I did not have volumes surrounding my non-meshed coils, which gives the error. I was able to reproduce the error in the Transformer tutorial by also getting rid of the volumes surrounding the non-meshed coil.
I now know of two ways to fix or get around this. The easiest/laziest way is to go to Application -> Edit Current Application -> Formulation Model, then choose "Magnetic Vector Potential Formulations" under Formulation Model and "Edge finite elements" under approximating functions type for vector potential.
The other way is to add volumes surrounding your non-meshed coils. This is probably the smarter way to do it.
Thanks for the replies, hope this helps someone in the future.