FlightGear next
TankProperties.cxx File Reference
#include "TankProperties.hxx"
#include <simgear/math/SGMath.hxx>
#include <simgear/sg_inlines.h>
#include <Main/fg_props.hxx>

Go to the source code of this file.

Variables

static const double LBS_PER_KG = 2.20462262
 
static const double KG_PER_LBS = 1.0/LBS_PER_KG
 
static const double USGAL_PER_M3 = 1000.0/3.785411784
 
static const double M3_PER_USGAL = 1.0/USGAL_PER_M3
 
static const double IMPGAL_PER_M3 = 1000.0/4.54609
 
static const double M3_PER_IMPGAL = 1.0/IMPGAL_PER_M3
 

Variable Documentation

◆ IMPGAL_PER_M3

const double IMPGAL_PER_M3 = 1000.0/4.54609
static

Definition at line 36 of file TankProperties.cxx.

◆ KG_PER_LBS

const double KG_PER_LBS = 1.0/LBS_PER_KG
static

Definition at line 33 of file TankProperties.cxx.

◆ LBS_PER_KG

const double LBS_PER_KG = 2.20462262
static

Definition at line 32 of file TankProperties.cxx.

◆ M3_PER_IMPGAL

const double M3_PER_IMPGAL = 1.0/IMPGAL_PER_M3
static

Definition at line 37 of file TankProperties.cxx.

◆ M3_PER_USGAL

const double M3_PER_USGAL = 1.0/USGAL_PER_M3
static

Definition at line 35 of file TankProperties.cxx.

◆ USGAL_PER_M3

const double USGAL_PER_M3 = 1000.0/3.785411784
static

Definition at line 34 of file TankProperties.cxx.