|
Plugins
|
class for data for all the density-driven flow sources and sinks More...
#include <d3f_sss.h>
Inheritance diagram for ug::d3f::dd_sss_data< dim >:Public Member Functions | |
| void | compute (const MathVector< dim > &x, number time, int si) |
| computes the data from the user data object | |
| number | concentration () |
| returns the concentration | |
| dd_sss_data () | |
| class construction (there must exist a 'dummy' constructor!) | |
| number | intensity () |
| returns the intensity | |
| void | set (LuaFunctionHandle func) |
| set as a LUA function | |
| void | set (number intens, number c) |
| sets the data | |
| void | set (SmartPtr< UserData< MathVector< 2 >, dim > > spData) |
| sets the data by an object | |
Private Attributes | |
| SmartPtr< UserData< MathVector< 2 >, dim > > | m_spData |
| an alternative method to specify the data | |
| MathVector< 2 > | m_values |
class for data for all the density-driven flow sources and sinks
|
inline |
class construction (there must exist a 'dummy' constructor!)
References ug::d3f::dd_sss_data< dim >::m_values.
|
inline |
computes the data from the user data object
| x | point where to evaluate |
| time | time argument for the evaluation |
| si | subset where to evaluate |
References ug::d3f::dd_sss_data< dim >::m_spData, and ug::d3f::dd_sss_data< dim >::m_values.
|
inline |
returns the concentration
References ug::d3f::dd_sss_data< dim >::m_values.
|
inline |
returns the intensity
References ug::d3f::dd_sss_data< dim >::m_values.
|
inline |
set as a LUA function
References ug::d3f::dd_sss_data< dim >::m_spData, and make_sp().
|
inline |
sets the data
References ug::d3f::dd_sss_data< dim >::m_spData, ug::d3f::dd_sss_data< dim >::m_values, and SPNULL.
|
inline |
sets the data by an object
References ug::d3f::dd_sss_data< dim >::m_spData.
|
private |
an alternative method to specify the data
Referenced by ug::d3f::dd_sss_data< dim >::compute(), ug::d3f::dd_sss_data< dim >::set(), ug::d3f::dd_sss_data< dim >::set(), and ug::d3f::dd_sss_data< dim >::set().
|
private |
the data for the source/sink: [0]: total liquid phase flux through the point [1]: concentration of the salt in the source (used only if intensity > 0)
Referenced by ug::d3f::dd_sss_data< dim >::compute(), ug::d3f::dd_sss_data< dim >::concentration(), ug::d3f::dd_sss_data< dim >::dd_sss_data(), ug::d3f::dd_sss_data< dim >::intensity(), and ug::d3f::dd_sss_data< dim >::set().