![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
Typedefs | |
using | flux = decltype(voltage() *time()) |
using | strength = decltype(flux()/area()) |
using | inductance = decltype(flux()/current()) |
Functions | |
make_unit (flux, Wb, u) make_unit(strength | |
Variables | |
T | |
using mui::dim::magnetic::flux = typedef decltype( voltage() * time() ) |
using mui::dim::magnetic::inductance = typedef decltype( flux() / current() ) |
using mui::dim::magnetic::strength = typedef decltype( flux() / area() ) |
mui::dim::magnetic::make_unit | ( | flux | , |
Wb | , | ||
u | |||
) |
mui::dim::magnetic::T |