FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

NASsurfaceFormat< Face > Class Template Reference

Nastran surface reader. More...

#include <surfMesh/NASsurfaceFormat.H>


Detailed Description

template<class Face>
class Foam::fileFormats::NASsurfaceFormat< Face >

Nastran surface reader.

- Uses the Ansa "$ANSA_NAME" or the Hypermesh "$HMNAME COMP" extensions to obtain zone names.

  • Handles Nastran short and long formats, but not free format.
  • Properly handles the Nastran compact floating point notation:
    GRID  2810.20269-.030265-2.358-8
    
Source files

Definition at line 63 of file NASsurfaceFormat.H.

Inheritance diagram for NASsurfaceFormat< Face >:
Collaboration diagram for NASsurfaceFormat< Face >:

List of all members.

Public Member Functions

 NASsurfaceFormat (const fileName &)
 Construct from file name.
virtual  ~NASsurfaceFormat ()
virtual bool  read (const fileName &)
 Read from a file.

Static Public Member Functions

static autoPtr< MeshedSurface
< Face > >  
New (const fileName &name)
 Read file and return surface.

Constructor & Destructor Documentation

NASsurfaceFormat ( const fileName &   filename  )

Construct from file name.

Definition at line 34 of file NASsurfaceFormat.C.

virtual ~NASsurfaceFormat (  ) [inline, virtual]

Definition at line 99 of file NASsurfaceFormat.H.


Member Function Documentation

static autoPtr<MeshedSurface<Face> > New ( const fileName &   name  ) [inline, static]

Read file and return surface.

Reimplemented from MeshedSurface< Face >.

Definition at line 88 of file NASsurfaceFormat.H.

References Foam::name().


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