Cloudy Data Archive
Cloudy
Spectral Synthesis Code for Astrophysics
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
cool_eval.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef COOL_EVAL_H_
5
#define COOL_EVAL_H_
6
7
void
eeBremsSpectrum
(
double
Te,
// electron temperature in K
8
vector<realnum>& jnu,
// 4pi*jnu in photons/cm^3/s/cell
9
vector<double>& knu);
// opacity in cm^-1
10
11
#endif // COOL_EVAL_H_
eeBremsSpectrum
void eeBremsSpectrum(double Te, vector< realnum > &jnu, vector< double > &knu)
Definition:
cool_eval.cpp:1794
source
cool_eval.h
Generated by
1.8.5