Building Medical Digital Twins with Pulse: Open Source Simulation Tools for Developers and Researchers
×
SEScalarLengthPerTimePressure.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 
7 class CDM_DECL LengthPerTimePressureUnit : public CCompoundUnit
8 {
9 public:
10  LengthPerTimePressureUnit(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 LengthPerTimePressureUnit& GetCompoundUnit(const std::string& unit);
19 
24 };
25 
26 class CDM_DECL SEScalarLengthPerTimePressure : public SEScalarQuantity<LengthPerTimePressureUnit>
27 {
28 public:
31 };
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalarLengthPerTimePressure.h:8
static const LengthPerTimePressureUnit m_Per_s_mmHg
Definition: SEScalarLengthPerTimePressure.h:20
LengthPerTimePressureUnit(const std::string &u)
Definition: SEScalarLengthPerTimePressure.h:10
static const LengthPerTimePressureUnit cm_Per_s_mmHg
Definition: SEScalarLengthPerTimePressure.h:21
LengthPerTimePressureUnit(const LengthPerTimePressureUnit &)=delete
virtual ~LengthPerTimePressureUnit()
Definition: SEScalarLengthPerTimePressure.h:11
static const LengthPerTimePressureUnit m_Per_min_mmHg
Definition: SEScalarLengthPerTimePressure.h:22
static const LengthPerTimePressureUnit cm_Per_min_mmHg
Definition: SEScalarLengthPerTimePressure.h:23
Definition: SEScalarLengthPerTimePressure.h:27
virtual ~SEScalarLengthPerTimePressure()
Definition: SEScalarLengthPerTimePressure.h:30
SEScalarLengthPerTimePressure()
Definition: SEScalarLengthPerTimePressure.h:29
Definition: SEScalar.h:208

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.