Diffpack Documentation

(Functionality not available, requires installation of an additional Diffpack Toolbox)


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

AnsysFilterCore Class Reference

ANSYS filter core. More...

#include <AnsysFilterCore.h>

Inheritance diagram for AnsysFilterCore::

GridFilterCore HandleId AnsysInFilterCore AnsysOutFilterCore AnsysOutFilterBlockedCore AnsysOutFilterUnBlockedCore List of all members.

Public Methods

 AnsysFilterCore ()
virtual ~AnsysFilterCore ()

Protected Methods

virtual void readD (const String &line, int &nbind, bool before_redim)
virtual void readF (const String &line, int &nbind, bool before_redim)
virtual void readSF (const String &line, int &nbind, bool before_redim)
virtual void readBF (const String &line, int &nbind, bool before_redim)
virtual void readBFE (const String &line, int &nbind, bool before_redim)
virtual void readSFE (const String &line, int &nbind, bool before_redim)=0

Protected Attributes

AnsysElm2dpElm pie
int material_type
int elm_type
VecSimple(Stringansys_elm

Detailed Description

ANSYS filter core.

NAME: AnsysFilterCore - ANSYS filter core

DESCRIPTION:

This class is the main class for the translation from ANSYS grid format to a finite element grid (GridFE).


Constructor & Destructor Documentation

AnsysFilterCore::AnsysFilterCore ( ) [inline]
 

The class has an empty constructor.

AnsysFilterCore::~AnsysFilterCore ( ) [inline, virtual]
 


Member Function Documentation

void AnsysFilterCore::readBF ( const String & line,
int & nbind,
bool before_redim ) [protected, virtual]
 

read "BF": Defines a nodal body force load.

void AnsysFilterCore::readBFE ( const String & line,
int & nbind,
bool before_redim ) [protected, virtual]
 

read "BFE": Defines a body force load on elements.

void AnsysFilterCore::readD ( const String & line,
int & nbind,
bool before_redim ) [protected, virtual]
 

read "D": Defines DOF constraints at nodes.

void AnsysFilterCore::readF ( const String & line,
int & nbind,
bool before_redim ) [protected, virtual]
 

read "F": Specifies force loads at nodes.

void AnsysFilterCore::readSF ( const String & line,
int & nbind,
bool before_redim ) [protected, virtual]
 

read "SF": Specifies surface loads on nodes.

void AnsysFilterCore::readSFE ( const String & line,
int & nbind,
bool before_redim ) [protected, pure virtual]
 

read "SFE": Specifies surface loads on elements.

Reimplemented in AnsysOutFilterCore.


Member Data Documentation

VecSimple(String) AnsysFilterCore::ansys_elm [protected]
 

int AnsysFilterCore::elm_type [protected]
 

int AnsysFilterCore::material_type [protected]
 

AnsysElm2dpElm AnsysFilterCore::pie [protected]
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.