SEScalarHeatCapacitancePerAmount.h
1 /* Distributed under the Apache License, Version 2.0.
2  See accompanying NOTICE file for details.*/
3 
4 #pragma once
5 #include "cdm/properties/SEScalar.h"
6 
8 {
9 public:
10  HeatCapacitancePerAmountUnit(const std::string& u) : CCompoundUnit(u) {}
12 
13  // Please use static units below
16 
17  static bool IsValidUnit(const std::string& unit);
18  static const HeatCapacitancePerAmountUnit& GetCompoundUnit(const std::string& unit);
19 
21 };
22 
23 class CDM_DECL SEScalarHeatCapacitancePerAmount : public SEScalarQuantity<HeatCapacitancePerAmountUnit>
24 {
25 public:
28 };
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalarHeatCapacitancePerAmount.h:8
HeatCapacitancePerAmountUnit(const HeatCapacitancePerAmountUnit &)=delete
HeatCapacitancePerAmountUnit(const std::string &u)
Definition: SEScalarHeatCapacitancePerAmount.h:10
static const HeatCapacitancePerAmountUnit J_Per_K_mol
Definition: SEScalarHeatCapacitancePerAmount.h:20
virtual ~HeatCapacitancePerAmountUnit()
Definition: SEScalarHeatCapacitancePerAmount.h:11
Definition: SEScalarHeatCapacitancePerAmount.h:24
virtual ~SEScalarHeatCapacitancePerAmount()
Definition: SEScalarHeatCapacitancePerAmount.h:27
SEScalarHeatCapacitancePerAmount()
Definition: SEScalarHeatCapacitancePerAmount.h:26
Definition: SEScalar.h:208

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.