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. |
| 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 defines the ambient pressure, pOut, and the ambient density, rhoOut as follows: |