Skip to content

Commit 7eedee3

Browse files
committed
FDS Source : Redefine NVERT for boundary cut-faces of voided cut-cells.
1 parent b3f8b24 commit 7eedee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/geom.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20866,6 +20866,7 @@ SUBROUTINE GET_CARTCELL_CUTCELLS(NM)
2086620866
MESHES(NM)%CCVAR(I,J,K,CC_IDCF) = CC_UNDEFINED
2086720867
ELSE
2086820868
MESHES(NM)%CUT_FACE(IDCF)%NFACE = NIBFACE
20869+
MESHES(NM)%CUT_FACE(IDCF)%NVERT = NVERT_CELL
2086920870
MESHES(NM)%CUT_FACE(IDCF)%XYZVERT(IAXIS:KAXIS,1:NVERT_CELL) = XYZVERT(IAXIS:KAXIS,1:NVERT_CELL)
2087020871
ENDIF
2087120872
ENDIF IDCF_COND

0 commit comments

Comments
 (0)