Skip to content

Commit

Permalink
Merge pull request #1 from smullangi3/sickle-cell-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Aug 1, 2023
2 parents 6de9935 + 793c37d commit ea82c01
Show file tree
Hide file tree
Showing 14 changed files with 357,288 additions and 4 deletions.
4 changes: 2 additions & 2 deletions case/initcond.F90
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ subroutine Recenter_Cells_and_Walls
rbc%x(:,:,1) = rbc%x(:,:,1) + 0.5*Lb(1)
rbc%x(:,:,2) = rbc%x(:,:,2) + 0.5*Lb(2)
print*,'Zc', sum(rbc%x(:,:,3))/real(rbc%nlat*rbc%nlon)
end do
end do

! walls
! find the bounding box
Expand All @@ -179,4 +179,4 @@ subroutine Recenter_Cells_and_Walls

end subroutine Recenter_Cells_and_Walls

end program InitCond
end program InitCond
Empty file.
4 changes: 4 additions & 0 deletions case_different_celltypes/Input/SickleCell.dat

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions case_different_celltypes/Input/cylinder.jou
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
create cylinder radius 3.0 height 13.33

curve 1 interval size 0.15
curve 2 interval size 0.15
surface 1 scheme trimesh

mesh surface 1

block 1 surface 1
export mesh "cylinder_D_6.0_L_13.33.g" dimension 3 block 1 overwrite
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ea82c01

Please sign in to comment.