u2d_Constants Class Reference

#include <u2d_Constants.h>

List of all members.

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)

Detailed Description

Utility class that gathers all functions that generate the various constants. Scalar, vector or fields.


Member Function Documentation

dense2D< double > u2d_Constants::advection ( dense2D< double >  rr  )  [static]

Computes v, the vector field of speed of the rigid rotation.

Parameters:
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:

\[ k(r) = 1 + |r|^2 \]

hence k > 0.

Parameters:
<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

The documentation for this class was generated from the following files:
 All Classes Functions
Generated by  doxygen 1.6.2-20100208