![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
functions related to the calculations of bubble radius. More...
Go to the source code of this file.
Functions | |
| bool | isNaN (double var) |
| checks if the passed argument is not a number More... | |
| double | bubbleRadius (const double m0, const double m1) |
| radius of bubbles based on the moments More... | |
| double | nodeRadius (const double &v) |
| radius of bubbles at each node More... | |
functions related to the calculations of bubble radius.
Definition in file bubbleRadius.h.
| double bubbleRadius | ( | const double | m0, |
| const double | m1 | ||
| ) |
radius of bubbles based on the moments
radius of bubbles based on moments
| m0 | moment of order zero |
| m1 | moment of order one |
Definition at line 28 of file bubbleRadius.h.
References init_size, and isNaN().
Referenced by partialPressureBA(), and partialPressureCO2().
| bool isNaN | ( | double | var | ) |
checks if the passed argument is not a number
checks if the input is valid
| var | input variable |
| var | input variable |
Definition at line 23 of file bubbleRadius.h.
References globals::d.
Referenced by bubbleRadius().
| double nodeRadius | ( | const double & | v | ) |
radius of bubbles at each node
bubble radius at the node
| v | volume of bubble |
| v | bubble volume |
Definition at line 38 of file bubbleRadius.h.
Referenced by thermalDiffusivityGas().