Periodic BC in FV #29537
Unanswered
AdrienWehrle
asked this question in
Q&A Modules: General
Periodic BC in FV
#29537
Replies: 1 comment 29 replies
-
Hello We have only implemented periodic BCs for nodal variables.
This would connect the value on one face to another |
Beta Was this translation helpful? Give feedback.
29 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm working on an INSFV app and would need to apply periodic boundary conditions to test it on analytical solutions. I can't seem to find any example of the Periodic Action used in FV, and when I'm trying to add it in
[BCs]
it's simply being disregarded, (which was somehow expected).The geometry is a simple 2D block so periodicity should be easy to catch.
Here is my input file: https://github.com/AdrienWehrle/diuca/blob/PR_ViscousFlowFVTests/inputs/viscous_diuca/iceslab_fv_2d_SI_nv.i
I'm on moose-libmesh 2024.12.02 and moose-tools 2024.11.13, and the latest version of moose on master.
Thanks a lot in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions