![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
Typedefs | |
using | charge = decltype(current() *time()) |
using | voltage = decltype(power()/current()) |
using | capacitance = decltype(charge()/voltage()) |
using | resistance = decltype(voltage()/current()) |
using | conductance = decltype(current()/voltage()) |
Functions | |
make_unit (charge, C, u) make_unit(charge | |
u * | make_unit (voltage, kV, u *1e3) make_unit(voltage |
u u | make_unit (voltage, mV, u *1e-3) make_unit(capacitance |
u u u | make_unit (capacitance, mF, u *1e-3) make_unit(capacitance |
u u u u * | make_unit (capacitance, nF, u *1e-9) make_unit(capacitance |
u u u u u * | make_unit (resistance, Mohm, u *1e6) make_unit(resistance |
u u u u u u * | make_unit (resistance, ohm, u) make_unit(conductance |
Variables | |
e | |
u | V |
u u | F |
u u u | uF |
u u u u | pF |
u u u u u | kohm |
u u u u u u | S |
using mui::dim::electrical::capacitance = typedef decltype( charge() / voltage() ) |
using mui::dim::electrical::charge = typedef decltype( current() * time() ) |
using mui::dim::electrical::conductance = typedef decltype( current() / voltage() ) |
using mui::dim::electrical::resistance = typedef decltype( voltage() / current() ) |
using mui::dim::electrical::voltage = typedef decltype( power() / current() ) |
u u u mui::dim::electrical::make_unit | ( | capacitance | , |
mF | , | ||
u *1e- | 3 | ||
) |
u u u u* mui::dim::electrical::make_unit | ( | capacitance | , |
nF | , | ||
u *1e- | 9 | ||
) |
u u u u u* mui::dim::electrical::make_unit | ( | resistance | , |
Mohm | , | ||
u * | 1e6 | ||
) |
u u u u u u* mui::dim::electrical::make_unit | ( | resistance | , |
ohm | , | ||
u | |||
) |
u* mui::dim::electrical::make_unit | ( | voltage | , |
kV | , | ||
u * | 1e3 | ||
) |
mui::dim::electrical::e |
u u mui::dim::electrical::F |
u u u u u mui::dim::electrical::kohm |
u u u u mui::dim::electrical::pF |
u u u u u u mui::dim::electrical::S |
u u u mui::dim::electrical::uF |
u mui::dim::electrical::V |