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

fieldDictionary Class Reference

Read field as dictionary (without mesh). More...


Detailed Description

Read field as dictionary (without mesh).

Definition at line 48 of file fieldDictionary.H.

Inheritance diagram for fieldDictionary:
Collaboration diagram for fieldDictionary:

List of all members.

Public Member Functions

virtual const word &  type () const
 fieldDictionary (const IOobject &io, const word &type)
 Construct from ioobject and overloaded typename.
bool  writeData (Ostream &os) const
 Pure virtual writaData function.

Constructor & Destructor Documentation

fieldDictionary ( const IOobject &   io,
const word &   type  
) [inline, explicit]

Construct from ioobject and overloaded typename.

Definition at line 67 of file fieldDictionary.H.

References regIOobject::close(), and regIOobject::readStream().


Member Function Documentation

virtual const word& type (  ) const [inline, virtual]

Definition at line 58 of file fieldDictionary.H.

bool writeData ( Ostream &    ) const [inline, virtual]

Pure virtual writaData function.

Must be defined in derived types

Implements regIOobject.

Definition at line 80 of file fieldDictionary.H.

References IOstream::good(), and dictionary::write().


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