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

Go to the source code of this file.

Classes

class  PhQ::DimensionlessSymmetricDyad< NumericType >
 Abstract base class that represents any dimensionless symmetric dyadic tensor physical quantity. Such a physical quantity is composed only of a value where the value is a three-dimensional symmetric dyadic tensor. 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.