26 #ifndef GRINS_ABSORPTION_COEFF_TESTING_H
27 #define GRINS_ABSORPTION_COEFF_TESTING_H
34 template<
typename Chemistry>
42 libMesh::Real nu_min, libMesh::Real nu_max,
43 libMesh::Real desired_nu,
const std::string & species,
44 libMesh::Real thermo_pressure);
49 template<
typename Chemistry>
51 libMesh::Real nu_min, libMesh::Real nu_max,
52 libMesh::Real desired_nu,
const std::string & species,
53 libMesh::Real thermo_pressure)
54 :
GRINS::AbsorptionCoeff<Chemistry>(chem,hitran,nu_min,nu_max,desired_nu,species,thermo_pressure)
58 #endif //GRINS_ABSORPTION_COEFF_TESTING_H
AbsorptionCoeffTesting(GRINS::SharedPtr< Chemistry > &chem, GRINS::SharedPtr< GRINS::HITRAN > &hitran, libMesh::Real nu_min, libMesh::Real nu_max, libMesh::Real desired_nu, const std::string &species, libMesh::Real thermo_pressure)
This class is intended solely for use in unit testing the AbsorptionCoeff class.
Evaluates the Beer-Lambert Law at a given point in space.