Vector variables don't work with distributed mesh? #24135
|
Hi all, Are vector variables compatible with distributed meshes/Nemesis format? The behaviour I'm seeing is the simulation solves fine, and I can open the Nemesis files in Paraview. It seems like there are 3 likely possibilities: Either vector variables are not compatible, or I am consistently setting up something wrong with the input files, or there is a bug here. Below is a MWE to reproduce this: |
Replies: 1 comment 14 replies
|
Distributed mesh and nemesis output are two distinct features. We test the INSAD implementation with distributed mesh every day on CIVET so I'm very confident that vector variables work with distributed meshes. However, I wouldn't be all that surprised if there are some issues with vector variables and nemesis output. @roystgnr have you ever looked at vector FE types in Nemesis? |
I confirmed the problem and raised this issue
#24193
We will address it when we have time. In the mean time, please just use this auxkernel to output each component separately.
If you still name each non-vector component variable like v_x v_y v_z, Paraview will still recognize it s vector
https://mooseframework.inl.gov/source/auxkernels/VectorVariableComponentAux.html