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
DimensionlessDyad.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include <type_traits>
#include "Base.hpp"
#include "Dimensions.hpp"
#include "Dyad.hpp"

Go to the source code of this file.

Classes

class  PhQ::DimensionlessDyad< NumericType >
 Abstract base class that represents any dimensionless dyadic tensor physical quantity. Such a physical quantity is composed only of a value where the value is a three-dimensional dyadic tensor. The tensor may be non-symmetric. Such a physical quantity has no unit of measure and no dimension set. More...
 

Namespaces

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