Changes between Version 4 and Version 5 of WindObjects


Ignore:
Timestamp:
01/24/12 16:19:50 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WindObjects

    v4 v5  
    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 {{{ProblemModuleInit}}} 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 lower x 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]]
     
    5050}}}
    5151
    52 This set up is your most basic constant, magnetized wind coming from the left boundary with the specified parameters.  Grids then will be initialized with the correct energy etc... before being passed into the various other grid initialization routines. 
     52This set up is your most basic constant, magnetized wind coming from the lower x boundary with the specified parameters.  Grids then will be initialized with the correct energy etc... before being passed into the various other grid initialization routines.