Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
concepts::ThinSheetCell< 2 > Class Template Reference

Abstract class for 2D cell inside a thin sheet of thickness d. More...

#include <thinSheetGeom.hh>

Inheritance diagram for concepts::ThinSheetCell< 2 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual const bool constThickness () const =0
 Returns true, if the thickness is constant in the cell.
virtual const Real d (const Real &xi) const =0
 Returns the thickness in sheet.

Detailed Description

template<>
class concepts::ThinSheetCell< 2 >

Abstract class for 2D cell inside a thin sheet of thickness d.

Author:
Kersten Schmidt, 2006

Definition at line 273 of file thinSheetGeom.hh.


Member Function Documentation

virtual const bool concepts::ThinSheetCell< 2 >::constThickness ( ) const [pure virtual]

Returns true, if the thickness is constant in the cell.

Implemented in concepts::ThinSheetQuad2d.

virtual const Real concepts::ThinSheetCell< 2 >::d ( const Real xi) const [pure virtual]

Returns the thickness in sheet.

Parameters:
xiPoint in the reference intervall

Implemented in concepts::ThinSheetQuad2d.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)