-
### Description
Consider this simple model:
```modelica
model eee
Modelica.Thermal.HeatTransfer.Components.HeatCapacitor heatCapacitor(C = 10000, T(start = 473.15, fixed = false)) annotatio…
-
instead set_voltage(self, channel, value, unit='mV') use set_voltage(self, channel, value, unit='m').
Makes things easier when comes to abstraction. We can also do some unit conversion based on a new…
-
Support references to other units in a unit's conversion factor.
via #31
For unit aliases it would be cool if the following were possible:
@bit: prefix!(none) / 8.0; "b", "bit", "bits";
…
-
**Is your feature request related to a problem? Please describe.**
We are running an energy benchmarking program in British Columbia, Canada, and importing data from ESPM in SI units. In SEED, I ca…
-
A child cannot easily learn the unit conversion ratios, because they are not shown.
quozl updated
5 years ago
-
```
#include
#include
#include
#include
using TLiter = boost::units::quantity;
using THour = boost::units::quantity;
static_assert(!boost::is_constructible::value, "Should not be cons…
-
Hello
I implemented the support for Gauss units. It is not perfect (it miss the conversions from/to SI and CGS) but I tried to follow the existing design as possible.
Unfortunately, I had to dup…
-
The weight of a macro-particle as returned by particle[ weight_ ] is currently not in units of TYPICAL_NUM_PARTICLES_PER_MACROPARTICLE, but rather equal to the number of physical particles it corresp…
-
With @GianniFerretti, we are considering models that have typical time constants of days, such as epidemiological models or weeks, such as bioreactor models.
When developing hand-made code for thes…
-
Often values in fields are in some units. Either dynamically selected ones, or hard-specified. They are definitely a part of documentation and implementations, so they definitely should be added to `k…