Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
IsothermalBulkModulus.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Unit/Pressure.hpp"

Go to the source code of this file.

Classes

class  PhQ::IsothermalBulkModulus< NumericType >
 Isothermal bulk modulus of a material. Not to be confused with the isentropic bulk modulus; see PhQ::IsentropicBulkModulus. Solid materials usually have very similar isentropic and isothermal bulk moduli; however, in general, fluid materials have differing isentropic and isothermal bulk moduli. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const IsothermalBulkModulus< NumericType > &left, const IsothermalBulkModulus< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const IsothermalBulkModulus< NumericType > &left, const IsothermalBulkModulus< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const IsothermalBulkModulus< NumericType > &left, const IsothermalBulkModulus< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const IsothermalBulkModulus< NumericType > &left, const IsothermalBulkModulus< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const IsothermalBulkModulus< NumericType > &left, const IsothermalBulkModulus< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const IsothermalBulkModulus< NumericType > &left, const IsothermalBulkModulus< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const IsothermalBulkModulus< NumericType > &isothermal_bulk_modulus)
 
template<typename NumericType >
constexpr IsothermalBulkModulus< NumericType > PhQ::operator* (const NumericType number, const IsothermalBulkModulus< NumericType > &isothermal_bulk_modulus)