Represents a file with the solution data for one OpenFOAM-field at one
point of time
Currently this can only handle uniform field values (and never will
handle more because the ParsedParameterFile-class does a much better
job)
|
__init__(self,
directory,
name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
dimensionPattern(self)
pattern for the dimension string |
source code
|
|
|
internalPatternUniform(self)
pattern for internal fields |
source code
|
|
|
internalPattern(self)
pattern for internal fields |
source code
|
|
|
internalPatternGeneral(self)
general pattern for internal fields |
source code
|
|
|
|
|
stopPattern(self)
pattern that ends a boundary |
source code
|
|
|
|
|
|
|
readInternal(self)
read the value of the internal field |
source code
|
|
|
readDimension(self)
read the dimension of the field |
source code
|
|
|
getDimensionString(self)
builds a dimension string from the dimension information in the file |
source code
|
|
|
readInternalUniform(self)
read the value of the internal field |
source code
|
|
|
|
|
getContent(self,
listLengthUnparsed=None)
Returns the parsed content of the file |
source code
|
|
Inherited from FileBasis.FileBasis :
__str__ ,
baseName ,
closeFile ,
copyRest ,
goMatch ,
goTo ,
makeTemp ,
openFile ,
parse ,
purgeFile ,
readFile ,
realName ,
writeFile ,
writeFileAs
Inherited from Basics.Utilities.Utilities :
execute ,
listDirectory ,
writeDictionaryHeader
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|