Changes between Version 27 and Version 28 of u/erica/OutflowFeedback
- Timestamp:
- 10/31/17 17:04:47 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/OutflowFeedback
v27 v28 68 68 69 69 [[CollapsibleStart(Development Progress)]] 70 === A lgorithm Outline ===70 === Astrobear Algorithm Outline === 71 71 72 72 '''AstroBEAR subroutine in scrambler.f90 … … 77 77 i. read in physics data 78 78 III. Call !LevelsInit 79 i. Call !SinkParticleInit 79 i. Call !SinkParticleInit (particlecontrol.f90) 80 80 a. initializes variables for sink module 81 81 II. Call !ModuleProblemInit … … 87 87 88 88 89 ''' Amr Subroutine in Amr_Control.f90:89 '''Recursive Subroutine Amr (n) (Amr_Control.f90): 90 90 91 1. Call !ParticlePreUpdate 91 1. Call !ParticlePreUpdate (particle_control.f90) 92 92 i. Call !ClearParticleMomementa 93 93 ii. Call !CalcMoments … … 103 103 ii. Call !SynchronizeAccretions 104 104 iii. Call !FinalizeAccretions 105 iiii. '''If (lfeedback) Call !DoFeedbacks (note: this is for outflow feedback only, lives in: particle_level_ops.f90)''' 105 106 2. Call !ParticlePostUpdate 106 107 i. Call !SynchronizeGasForces … … 113 114 114 115 === Build Notes === 116 Ticket info: https://astrobear.pas.rochester.edu/trac/ticket/448 115 117 116 118 10/31/17