wiki:ReadDomain

Version 11 (modified by trac, 12 years ago) ( diff )

SUBROUTINE ReadDomain()


Defined In:

contrib/astro/i_setprob.f90


Inputs:

None.


Description:

Initializes variables from the DomainData namelist in globaldeclarations.f90. Then it reads in the values for these variables from the domain.data file in the simulation's problem directory.

The most important thing in the domain data is the collection of flags that enable and disable the various modules (lClump, lAccretion, and so forth).


Called In:

setprob :: setprob()


Modules Used:

None are brought in by the USE statement, but GlobalDeclarations must be USEd in problem.f90 or this subroutine is pretty pointless.


Files Included:

None.

Note: See TracWiki for help on using the wiki.