Canoe
Comprehensive Atmosphere N' Ocean Engine
thermodynamics.cpp File Reference
#include <cstring>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <mutex>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <yaml-cpp/yaml.h>
#include <athena/athena.hpp>
#include <athena/eos/eos.hpp>
#include <athena/hydro/hydro.hpp>
#include <athena/mesh/mesh.hpp>
#include <athena/parameter_input.hpp>
#include <application/application.hpp>
#include <application/exceptions.hpp>
#include <air_parcel.hpp>
#include <configure.hpp>
#include <constants.hpp>
#include <impl.hpp>
#include <index_map.hpp>
#include <climath/core.h>
#include "molecules.hpp"
#include "thermodynamics.hpp"

Go to the source code of this file.

Functions

Real __attribute__ ((weak)) Thermodynamics
 

Variables

static std::mutex thermo_mutex
 

Function Documentation

◆ __attribute__()

Real __attribute__ ( (weak)  )

Definition at line 42 of file thermodynamics.cpp.

Variable Documentation

◆ thermo_mutex

std::mutex thermo_mutex
static

Definition at line 40 of file thermodynamics.cpp.