|
Plugins
|
class for data for all the thermohaline flow sources and sinks More...
#include <d3f_sss.h>
Inheritance diagram for ug::d3f::th_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 | |
| number | intensity () |
| returns the intensity | |
| void | set (LuaFunctionHandle func) |
| set as a LUA function | |
| void | set (number intens, number c, number T) |
| sets the data | |
| void | set (SmartPtr< UserData< MathVector< 3 >, dim > > spData) |
| sets the data by an object | |
| number | temperature () |
| returns the temperature | |
| th_sss_data () | |
| class construction (there must exist a 'dummy' constructor!) | |
Private Attributes | |
| SmartPtr< UserData< MathVector< 3 >, dim > > | m_spData |
| an alternative method to specify the data | |
| MathVector< 3 > | m_values |
class for data for all the thermohaline flow sources and sinks
|
inline |
class construction (there must exist a 'dummy' constructor!)
References ug::d3f::th_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::th_sss_data< dim >::m_spData, and ug::d3f::th_sss_data< dim >::m_values.
|
inline |
returns the concentration
References ug::d3f::th_sss_data< dim >::m_values.
|
inline |
returns the intensity
References ug::d3f::th_sss_data< dim >::m_values.
|
inline |
set as a LUA function
References ug::d3f::th_sss_data< dim >::m_spData, and make_sp().
|
inline |
sets the data
References ug::d3f::th_sss_data< dim >::m_spData, ug::d3f::th_sss_data< dim >::m_values, and SPNULL.
|
inline |
sets the data by an object
References ug::d3f::th_sss_data< dim >::m_spData.
|
inline |
returns the temperature
References ug::d3f::th_sss_data< dim >::m_values.
|
private |
an alternative method to specify the data
Referenced by ug::d3f::th_sss_data< dim >::compute(), ug::d3f::th_sss_data< dim >::set(), ug::d3f::th_sss_data< dim >::set(), and ug::d3f::th_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) [2]: temperature of the salt in the source (used only if intensity > 0)
Referenced by ug::d3f::th_sss_data< dim >::compute(), ug::d3f::th_sss_data< dim >::concentration(), ug::d3f::th_sss_data< dim >::intensity(), ug::d3f::th_sss_data< dim >::set(), ug::d3f::th_sss_data< dim >::temperature(), and ug::d3f::th_sss_data< dim >::th_sss_data().