Jakub Knir
b6f91de72c
semiImplicitSource: Made operable on multiple different types
The scalarSemiImplicitSource, vectorSemiImplicitSource, etc...,
fvOptions have been replaced by a single semiImplicitSource fvOption.
This allows sources to be specified for multiple fields regardless of
type. For example:
massSource
{
type semiImplicitSource;
timeStart 1;
duration 500;
selectionMode points;
points
(
(0.075 0.2 0.05)
);
volumeMode absolute;
sources
{
thermo:rho.steam
{
explicit 1.0e-3; // kg/s
implicit 0;
}
U.steam
{
explicit (0 1e-1 0); // kg*m/s^2
implicit 0;
}
h.steam
{
explicit 3700; // kg*m^2/s^3
implicit 0;
}
}
}
2020-04-07 17:02:27 +01:00
..
2020-02-01 06:22:35 +00:00
2020-04-07 13:11:50 +01:00
2020-04-07 13:11:50 +01:00
2020-03-06 15:51:49 +00:00
2019-05-20 10:43:36 +01:00
2020-02-21 14:54:54 +00:00
2018-07-09 15:40:05 +01:00
2020-04-07 17:02:27 +01:00
2020-04-07 17:02:27 +01:00
2018-07-09 15:40:05 +01:00
2020-04-07 17:02:27 +01:00
2020-03-18 18:06:55 +00:00
2020-04-07 17:02:27 +01:00
2020-01-31 23:39:59 +00:00
2019-10-30 15:17:34 +00:00
2018-03-22 16:42:11 +00:00
2018-07-06 21:42:54 +01:00
2018-07-06 21:42:54 +01:00