Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
cool_eval.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 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
7void 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_
void eeBremsSpectrum(double Te, vector< realnum > &jnu, vector< double > &knu)
Definition cool_eval.cpp:1768