Peano
Loading...
Searching...
No Matches
hydro_properties.h File Reference

Contains all the constants and parameters of the hydro scheme. More...

#include <config.h>
#include <cstdio>
#include "hydro_parameters.h"
Include dependency graph for hydro_properties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydro_props
 Contains all the constants and parameters of the hydro scheme. More...
 

Functions

void hydro_props_print (const struct hydro_props *p)
 
void hydro_props_init (struct hydro_props *p, const struct phys_const *phys_const, const struct unit_system *us, struct swift_params *params)
 
void hydro_props_update (struct hydro_props *p, const struct gravity_props *gp, const struct cosmology *cosmo)
 
void hydro_props_struct_dump (const struct hydro_props *p, FILE *stream)
 
void hydro_props_struct_restore (const struct hydro_props *p, FILE *stream)
 
void hydro_props_init_no_hydro (struct hydro_props *p)
 

Detailed Description

Contains all the constants and parameters of the hydro scheme.

Definition in file hydro_properties.h.

Function Documentation

◆ hydro_props_init()

void hydro_props_init ( struct hydro_props * p,
const struct phys_const * phys_const,
const struct unit_system * us,
struct swift_params * params )

◆ hydro_props_init_no_hydro()

void hydro_props_init_no_hydro ( struct hydro_props * p)

◆ hydro_props_print()

void hydro_props_print ( const struct hydro_props * p)

◆ hydro_props_struct_dump()

void hydro_props_struct_dump ( const struct hydro_props * p,
FILE * stream )

◆ hydro_props_struct_restore()

void hydro_props_struct_restore ( const struct hydro_props * p,
FILE * stream )

◆ hydro_props_update()

void hydro_props_update ( struct hydro_props * p,
const struct gravity_props * gp,
const struct cosmology * cosmo )