Electrowetting on dielectric
Public Member Functions | Protected Attributes
Phase0< dim > Class Template Reference
Inheritance diagram for Phase0< dim >:
Inheritance graph
[legend]
Collaboration diagram for Phase0< dim >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Phase0 (const double dd, const TestCase _tc)
virtual ~Phase0 ()
virtual double value (const Point< dim > &p, const unsigned component=0) const

Protected Attributes

const double delta
const TestCase tc

Detailed Description

template<int dim>
class Phase0< dim >

The initial conditiion for the phase field. It is just a child of the Function class template.

Definition at line 10 of file CahnHilliard.h.


Constructor & Destructor Documentation

template<int dim>
Phase0< dim >::Phase0 ( const double  dd,
const TestCase  _tc 
)

Constructor.

Parameters:
dd: The interface thickness.
_tc: The test case.
template<int dim>
virtual Phase0< dim >::~Phase0 ( ) [virtual]

Destructor. does nothing


Member Function Documentation

template<int dim>
virtual double Phase0< dim >::value ( const Point< dim > &  p,
const unsigned  component = 0 
) const [virtual]

The value. As usual:

Parameters:
p: The point at which the function is evaluated.
component: The component of the (vector valued) function.

Member Data Documentation

template<int dim>
const double Phase0< dim >::delta [protected]

The interface thickness

Definition at line 32 of file CahnHilliard.h.

template<int dim>
const TestCase Phase0< dim >::tc [protected]

The testcase

Definition at line 36 of file CahnHilliard.h.


The documentation for this class was generated from the following file: