Manticore  Version 1.5.3
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

const manticore::tableType modelDL3
 Draine & Lee R=3.1 model. More...
 
const manticore::tableType modelDL5
 Draine & Lee R=5.5 model. More...
 
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 654 of file Dust.cc.

References modelMap.

Referenced by main().

Variable Documentation

◆ modelDL3

const manticore::tableType manticore::dust::modelDL3

Draine & Lee R=3.1 model.

Definition at line 137 of file Dust.cc.

◆ modelDL5

const manticore::tableType manticore::dust::modelDL5

Draine & Lee R=5.5 model.

Definition at line 389 of file Dust.cc.

◆ modelMap

std::map<std::string, manticore::tableType> manticore::dust::modelMap
Initial value:
=
{
{"OH5", dust::modelOH5},
{"DL3", dust::modelDL3},
{"DL5", dust::modelDL5},
}
const manticore::tableType modelDL3
Draine & Lee R=3.1 model.
Definition: Dust.cc:137
const manticore::tableType modelDL5
Draine & Lee R=5.5 model.
Definition: Dust.cc:389
const manticore::tableType modelOH5
OH5 model.
Definition: Dust.cc:28

Definition at line 641 of file Dust.cc.

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

◆ 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.