SEScalarTypes.h
1 /**************************************************************************************
2 Copyright 2015 Applied Research Associates, Inc.
3 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4 this file except in compliance with the License. You may obtain a copy of the License
5 at:
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, software distributed under
8 the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9 CONDITIONS OF ANY KIND, either express or implied. See the License for the
10 specific language governing permissions and limitations under the License.
11 **************************************************************************************/
12 
13 #pragma once
14 
15 #include "SEScalar.h"
16 #include "SEScalar0To1.h"
17 #include "SEScalarAmountPerMass.h"
18 #include "SEScalarAmountPerTime.h"
19 #include "SEScalarAmountPerVolume.h"
20 #include "SEScalarArea.h"
21 #include "SEScalarEnergy.h"
22 #include "SEScalarFlowCompliance.h"
23 #include "SEScalarFlowElastance.h"
24 #include "SEScalarFlowInertance.h"
25 #include "SEScalarFlowResistance.h"
26 #include "SEScalarForce.h"
27 #include "SEScalarFraction.h"
28 #include "SEScalarFrequency.h"
29 #include "SEScalarHeatCapacitancePerMass.h"
30 #include "SEScalarHeatResistance.h"
31 #include "SEScalarHeatResistanceArea.h"
32 #include "SEScalarLength.h"
33 #include "SEScalarLengthPerTime.h"
34 #include "SEScalarLengthPerTimePressure.h"
35 #include "SEScalarMass.h"
36 #include "SEScalarMassPerAmount.h"
37 #include "SEScalarMassPerAreaTime.h"
38 #include "SEScalarMassPerTime.h"
39 #include "SEScalarMassPerVolume.h"
40 #include "SEScalarNeg1To1.h"
41 #include "SEScalarOsmolality.h"
42 #include "SEScalarOsmolarity.h"
43 #include "SEScalarPower.h"
44 #include "SEScalarPressure.h"
45 #include "SEScalarPressurePerVolume.h"
46 #include "SEScalarPressureTimePerArea.h"
47 #include "SEScalarPressureTimePerVolumeArea.h"
48 #include "SEScalarTemperature.h"
49 #include "SEScalarTime.h"
50 #include "SEScalarTimeMassPerVolume.h"
51 #include "SEScalarVolume.h"
52 #include "SEScalarVolumePerTime.h"
53 #include "SEScalarVolumePerTimeArea.h"
54 #include "SEScalarVolumePerTimePressureArea.h"