V3FIT
Data Types | Modules | Functions/Subroutines
emission.f File Reference

Contains module emission. More...

Go to the source code of this file.

Data Types

type  emission::emission_class
 Base class representing the soft x-ray emission function. More...
 
interface  emission::emission_construct
 

Modules

module  emission
 Defines the base class of the type emission_class. This contains the X-Ray emission as function of temperature and energy. This needs to still be multiplied by ne^2.
 

Functions/Subroutines

type(emission_class) function, pointer emission::emission_construct_netcdf (filename)
 Construct a emission_class object. More...
 
subroutine emission::emission_destruct (this)
 Deconstruct a emission_class object. More...
 
real(rprec) function emission::emission_get_emission (this, te, ne, index)
 Gets the emission as a function of energy for a fixed temperature. More...
 

Detailed Description

Contains module emission.

Definition in file emission.f.