Changes between Version 7 and Version 8 of AstroBearObjects
- Timestamp:
- 07/21/11 08:17:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AstroBearObjects
v7 v8 7 7 AstroBEAR uses objects to encapsulate data about certain features of the problem. At the user level, these objects simplify setups by making it easier to manage and manipulate certain physical features. At the developer level, they create consistency by providing a template for new physics. 8 8 9 Objects can be classified as one of threetypes:9 Objects can be classified as one of four types: 10 10 11 11 * ''Initial Condition / Instantaneous sources'': These objects create geometric features during problem setups. Unless they are somehow maintained, these objects can be altered or even dispersed by the dynamics of the simulation. … … 13 13 * [UniformRegions Uniform Regions]--regions where the hydrodynamic variables are homogenous (no gradients, no variations). 14 14 * [SplitRegions Split Regions] 15 * [ClumpObjects Clumps] 15 16 * [OutflowObjects Outflows] 16 * [ClumpObjects Clumps] 17 * [PerturbationObjects Perturbations] 18 17 * [CollidingFlows Colliding Flows] 19 18 20 19 * ''Boundary Conditions'': Objects that enforce special conditions on the boundaries of a domain. … … 31 30 * [ShapeObjects Shapes] - Contains routines for orienting various physical objects 32 31 * [InterfaceObjects Interfaces] - Useful for dividing a region into two pieces based on a perturbed interface 32 * [PerturbationObjects Perturbations] - Useful for specifying a volume filling perturbation as a series expansion. 33 33 34 34 [[BR]]