#include <u2d_Constants.h>
Public Member Functions | |
u2d_Constants (const u2d_Constants &orig) | |
Static Public Member Functions | |
static dense_vector< double > | thermalConductivity (dense2D< double > rr) |
static dense2D< double > | advection (dense2D< double > rr) |
Utility class that gathers all functions that generate the various constants. Scalar, vector or fields.
dense2D< double > u2d_Constants::advection | ( | dense2D< double > | rr | ) | [static] |
Computes v, the vector field of speed of the rigid rotation.
rr | are the nodes where to evaluate the function k(r). The exptected form is: node 1 node 2 ... node 3 node n rr = | 45.756 34.43 ... 0.3459 0.3428 | coord x | 765.32 45.32 ... 4.6426 0.6583 | coord y |
dense_vector< double > u2d_Constants::thermalConductivity | ( | dense2D< double > | rr | ) | [static] |
Computes the Thermal Conductivity vector k. K has the same number of columns as rr and is computed by the formula:
hence k > 0.
<rr> | are the nodes where to evaluate the function k(r). The exptected form is: node 1 node 2 ... node 3 node n rr = | 45.756 34.43 ... 0.3459 0.3428 | coord x | 765.32 45.32 ... 4.6426 0.6583 | coord y |