criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
Loading...
Searching...
No Matches
Classes | Namespaces
TimeInterp.H File Reference

Gas class to hold data from several Cartesian or Lagrangian snapshots over time. More...

#include <vector>
#include <string>
#include <regex>
#include <algorithm>
#include <filesystem>
#include <type_traits>
#include "CartesianGrid.H"
#include "GizmoGas.H"
#include "Gas.H"
#include "GasData.H"

Go to the source code of this file.

Classes

class  criptic::gas::TimeInterp< T >
 Gas model stored with snapshots. More...
 

Namespaces

namespace  criptic
 The primary namespace for criptic objects.
 
namespace  criptic::gas
 A namespace to hold quantities related to the background gas.
 

Detailed Description

Gas class to hold data from several Cartesian or Lagrangian snapshots over time.

This is a specialization of the Gas interface class that describes a gas for which all properties are stored as part of a gas class, with data stored at multiple snapshots in time to be interpolated between.