|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dautelle.physics.models.PhysicalModel
com.dautelle.physics.models.StandardModel
This class represents the standard model. Physical quantities are displayed using the "Système International d'Unités" (SI).
SI
Constructor Summary | |
protected |
StandardModel()
Default constructor (allows for derivation). |
Method Summary | |
static void |
select()
Selects the standard model as the current model. |
protected void |
setPhysicalDimensions()
Sets the dimensional units of the seven base quantities as follow: Length : "m"
Mass : "kg"
Duration : "s"
ElectricCurrent : "A"
Temperature : "K"
AmountOfSubstance : "mol"
LuminousIntensity : "cd"
|
Unit |
unitFor(Quantity quantity)
Returns the default output unit for the specified quantity. |
Methods inherited from class com.dautelle.physics.models.PhysicalModel |
current, setCurrent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected StandardModel()
Method Detail |
public static void select()
public Unit unitFor(Quantity quantity)
SI
units:
"kat"
for "mol/s"
."F"
for "s4·A²/(m²·kg)"
."C"
for "s·A"
."S"
for "A²·s³/(m²·kg)"
."H"
for "m²·kg/(s²·A²)"
."V"
for "m²·kg/(s³·A)"
."Ohm"
for "m²·kg/(s³·A²)"
."J"
for "m²·kg/s²"
."N"
for "m·kg/s²"
."Hz"
for "1/s"
."lx"
for "cd·sr/m²"
."lm"
for "cd·sr"
."Wb"
for "m²·kg/(s²·A)"
."T"
for "kg/(s²·A)"
."W"
for "m²·kg/s³"
."Pa"
for "kg/(m·s²)"
.
unitFor
in class PhysicalModel
quantity
- the quantity for which the default output unit
is returned.
quantity.getSystemUnit()
or one of the
SI
units above.protected final void setPhysicalDimensions()
Length
: "m"
Mass
: "kg"
Duration
: "s"
ElectricCurrent
: "A"
Temperature
: "K"
AmountOfSubstance
: "mol"
LuminousIntensity
: "cd"
setPhysicalDimensions
in class PhysicalModel
BaseUnit.setDimension(javax.units.Unit, javax.units.Converter)
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |