Skip to content

Commit ea82c01

Browse files
authored
Merge pull request #1 from smullangi3/sickle-cell-pr
2 parents 6de9935 + 793c37d commit ea82c01

14 files changed

Lines changed: 357288 additions & 4 deletions

case/initcond.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ subroutine Recenter_Cells_and_Walls
154154
rbc%x(:,:,1) = rbc%x(:,:,1) + 0.5*Lb(1)
155155
rbc%x(:,:,2) = rbc%x(:,:,2) + 0.5*Lb(2)
156156
print*,'Zc', sum(rbc%x(:,:,3))/real(rbc%nlat*rbc%nlon)
157-
end do
157+
end do
158158

159159
! walls
160160
! find the bounding box
@@ -179,4 +179,4 @@ subroutine Recenter_Cells_and_Walls
179179

180180
end subroutine Recenter_Cells_and_Walls
181181

182-
end program InitCond
182+
end program InitCond

case_different_celltypes/D/.gittouch

Whitespace-only changes.

case_different_celltypes/Input/SickleCell.dat

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
create cylinder radius 3.0 height 13.33
2+
3+
curve 1 interval size 0.15
4+
curve 2 interval size 0.15
5+
surface 1 scheme trimesh
6+
7+
mesh surface 1
8+
9+
block 1 surface 1
10+
export mesh "cylinder_D_6.0_L_13.33.g" dimension 3 block 1 overwrite
1.14 MB
Binary file not shown.
908 KB
Binary file not shown.

0 commit comments

Comments
 (0)