Changes between Version 12 and Version 13 of u/BonnorEbertModule


Ignore:
Timestamp:
10/07/12 18:56:05 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/BonnorEbertModule

    v12 v13  
    2828=== Ambient Object ===
    2929
    30 As stated above, the clump object is embedded inside another object, the ambient medium. This ambient medium begins outside of the clump, and the lines of code that initialize this object are described as follows. Both the ambient object's density and pressure are specified inside of problem.f90. The module names the ambient pressure, pOut, and the ambient density, rhoOut.
     30As stated above, the clump object is embedded inside another object, the ambient medium. This ambient medium begins outside of the clump, and the lines of code that initialize this object are described as follows. Both the ambient object's density and pressure are specified inside of problem.f90. The module defines the ambient pressure, pOut, and the ambient density, rhoOut as follows:
    3131
    3232[[Image(ambient_object.png, 20%)]]
     33
     34That is, the module takes the outer density and pressure of the BE sphere (rho(Rbe), P(Rbe)) and copies these values to the ambient object. There is a weight factor attached to rhoOut, however, that controls how light the ambient is compared to the sphere's outer most edge. This weight is easily modified in the problem.data file. The
    3335
    3436