Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FDS Source: Initialize SURF_INDEX_INTERIOR #12264

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/type.f90
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ MODULE TYPES
CHARACTER(LABEL_LENGTH) :: ID='null' !< Name of obstruction

INTEGER, DIMENSION(-3:3) :: SURF_INDEX=0 !< SURFace properties for each face
INTEGER :: SURF_INDEX_INTERIOR !< SURFace properties for a newly exposed interior cell
INTEGER :: SURF_INDEX_INTERIOR=0 !< SURFace properties for a newly exposed interior cell
INTEGER, DIMENSION(3) :: RGB=(/0,0,0/) !< Color indices for Smokeview

REAL(EB) :: TRANSPARENCY=1._EB !< Transparency index for Smokeview, 0=invisible, 1=solid
Expand Down