Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
hydro_utilities::Conserved Struct Reference

A data only struct for the conserved variables. More...

#include <basic_structs.h>

Collaboration diagram for hydro_utilities::Conserved:
Collaboration graph
[legend]

Public Member Functions

 Conserved ()=default
 Default constructor, should init everything to zero.
 
 Conserved (Real const in_density, VectorXYZ< Real > const &in_momentum, Real const in_energy, VectorXYZ< Real > const &in_magnetic={0, 0, 0}, Real const in_gas_energy=0.0)
 Manual constructor, mostly used for testing and doesn't init all members.
 

Public Attributes

Real density
 
Real energy
 
VectorXYZ< Real > momentum
 

Detailed Description

A data only struct for the conserved variables.


The documentation for this struct was generated from the following file: