View Issue Details

IDProjectCategoryView StatusLast Update
0004033OpenFOAMBugpublic2023-11-07 09:19
Reportersujh Assigned Towill  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformcentos 7.5OSOtherOS Version(please specify)
Product Version10 
Summary0004033: Can cyclicAMI isreplaced by ncc for Dynamic Mesh Refinement in plate two-phase flows
DescriptionIn studying the two-phase plate flow problem with periodic boundaries, I found that using cyclicAMI boundaries and mesh refinement will cause mass loss. In Openfoam10, a new non-conformal coupling (NCC) that can replace cyclicAMI was introduced. But I found It seems that NCC only applies to patches which partially overlap. Can the NCC be applied to two completely separate patches? Is it suitable for mesh refinement on periodic boundaries?
TagsNo tags attached.

Activities

will

2023-11-07 09:19

manager   ~0013151

NCC can do everything AMI did (and more), including fully overlapped patches. In contrast to AMI, you have to specify a non-overlapping boundary condition just in case the overlap isn't calculated to be exactly 100%, but in a fully overlapping case this should not be used.

NCC works with adaptive refinement, but only in dev.

Read the following article and look at some tutorials.

https://cfd.direct/openfoam/free-software/using-non-conformal-coupling/

Not a bug report. Closing.

Issue History

Date Modified Username Field Change
2023-11-06 07:59 sujh New Issue
2023-11-07 09:19 will Assigned To => will
2023-11-07 09:19 will Status new => closed
2023-11-07 09:19 will Resolution open => no change required
2023-11-07 09:19 will Note Added: 0013151