Canoe
Comprehensive Atmosphere N' Ocean Engine
radiation_band.hpp File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <yaml-cpp/yaml.h>
#include <athena/athena.hpp>
#include <air_parcel.hpp>
#include <common.hpp>
#include <virtual_groups.hpp>
#include "spectral_grid.hpp"
#include <exchanger/linear_exchanger.hpp>

Go to the source code of this file.

Classes

class  RadiationBand
 
class  RadiationBandsFactory
 

Typedefs

using RadiationBandPtr = std::shared_ptr< RadiationBand >
 
using RadiationBandContainer = std::vector< RadiationBandPtr >
 

Typedef Documentation

◆ RadiationBandPtr

using RadiationBandPtr = std::shared_ptr<RadiationBand>

Definition at line 218 of file radiation_band.hpp.

◆ RadiationBandContainer

Definition at line 219 of file radiation_band.hpp.