Changes between Version 2 and Version 3 of WindObjects


Ignore:
Timestamp:
01/24/12 12:18:40 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WindObjects

    v2 v3  
    44
    55== Description ==
    6 As its name implies, the {{{Wind}}} object was originally created to simulate a stellar wind.  However, the actual object is a little more generic.  It can represent any continuous inflow condition that, by default, comes in from the left boundary of the domain.  The {{{Wind}}} object allows for a simple interface for setting the inflow density, velocity, temperature, and magnetization.  The object (if used) must be created during the {{{ProglemModuleInit}}} subroutine.
     6As its name implies, the {{{Wind}}} object was originally created to simulate a stellar wind.  However, the actual object is a little more generic.  It can represent any continuous inflow condition that, by default, comes in from the left boundary of the domain.  The {{{Wind}}} object allows for a simple interface for setting the inflow density, velocity, temperature, and magnetization.  The object (if used) must be created during the {{{ProblemModuleInit}}} subroutine.
    77
    88[[BR]]