Manticore  Version 1.0
Physics of Molecular Clouds
Functions | Variables
manticore::dust Namespace Reference

Dust models. More...

Functions

void printModels (std::vector< mutils::CommandLine::Option > &opts, char shortName)
 
void printModels (std::vector< mu::CommandLine::Option > &opts, char name)
 Add available dust model names to options summary. More...
 

Variables

std::map< std::string, manticore::tableTypemodelMap
 
const manticore::tableType modelOH5
 OH5 model. More...
 

Detailed Description

Dust models.

Function Documentation

◆ printModels() [1/2]

void manticore::dust::printModels ( std::vector< mutils::CommandLine::Option > &  opts,
char  shortName 
)

◆ printModels() [2/2]

void manticore::dust::printModels ( std::vector< mu::CommandLine::Option > &  opts,
char  name 
)

Add available dust model names to options summary.

Parameters
[in]optsCommand line options.
[in]nameShort name of dust models option.

Definition at line 148 of file Dust.cc.

References modelMap.

Referenced by main().

Variable Documentation

◆ modelMap

std::map<std::string, manticore::tableType> manticore::dust::modelMap
Initial value:
=
{
{"OH5", dust::modelOH5},
}
const manticore::tableType modelOH5
OH5 model.
Definition: Dust.cc:28

Definition at line 137 of file Dust.cc.

Referenced by printModels(), and manticore::Dust::setModel().

◆ modelOH5

const manticore::tableType manticore::dust::modelOH5

OH5 model.

Ossenkopf & Henning (1994) thinly ice-mantled coagulated dust, augmented by Pollack et al. (1994) opacities at < 1.25 microns (as described in Dunham et al. 2010).

Definition at line 28 of file Dust.cc.