Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Aug 26, 2024
1 parent 81ec9ce commit 6d1e5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Utility/Particle_Tracking/particle.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Input for ptrack*
1 0 !ibuoy,iwind
20.0 !pbeach
!start of biofouling paramaters, needed only if ibiofoul=1
!bio_R0,bio_BT0,bio_BR,bio_den0
1.e-5 0. 1.e-4 0.1 1.e-3 !bio_R0,bio_BT0,bio_BR,bio_den0 (\rho_0),bio_den_biolayer (\rho_D)

2 changes: 1 addition & 1 deletion src/Utility/Particle_Tracking/ptrack4.f90
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ program ptrack
read(95,*) !comment line
!init plastic radius (m),init thickness of fouling layer (m),
!bio growth (m/day),init density of plastic particle (kg/m^3),
! density of biofoul layer (kg/m^3)
!density of biofoul layer (kg/m^3)
read(95,*)bio_R0,bio_BT0,bio_BR,bio_den0,bio_den_biolayer
endif !ibiofoul/

Expand Down

0 comments on commit 6d1e5a7

Please sign in to comment.