Changes between Version 26 and Version 27 of u/erica/RadFeedback
- Timestamp:
- 02/23/16 10:00:46 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/RadFeedback
v26 v27 29 29 == Kernel == 30 30 31 After computing the accretion energy for the particle, we then smooth this energyover a kernel of cells, which then becomes a source term for the radiative transfer solver. To ensure that the sum of the differential energies over the kernel equals the total accretion energy calculated, we have the following equation:31 After computing the accretion energy for the particle, this energy is smoothed over a kernel of cells, which then becomes a source term for the radiative transfer solver. To ensure that the sum of the differential energies over the kernel equals the total accretion energy calculated, we have the following equation: 32 32 33 33 [[latex($\sum \Delta E_i*dV_i=E ~~~~~~(1)$)]] … … 49 49 50 50 51 While the set of equations for the kernel is arbitrary, as we will see in the next section,this normalization constant allows us to easily feed into the source function a ''specific'' accretion energy (i.e. E/V), which is necessary for the code's solvers.51 While the set of equations for the kernel is arbitrary, this normalization constant allows us to easily feed into the source function a ''specific'' accretion energy (i.e. E/V), which is necessary for the code's solvers. 52 52 53 53