Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
Original source file foamSurfaceWriter.C
Definition in file foamSurfaceWriter.C.
◆ FieldTypeValuesConstArg
#define FieldTypeValuesConstArg |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , const UPtrList<const Field<Type>>& field##Type##Values |
◆ WriteFieldType
#define WriteFieldType |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: if (field##Type##Values.set(fieldi)) \
{ \
const fileName valuesDir \
( \
surfaceDir \
/( \
word(pTraits<Type>::typeName) \
+ word(Field<Type>::typeName) \
) \
{ \
mkDir(valuesDir); \
} \
\
<< field##Type##Values[fieldi]; \
}
if(!fvConstraints.PtrListDictionary< fvConstraint >::size())
static List< word > fieldNames
bool isDir(const fileName &, const bool followLink=true)
Does the name exist as a directory in the file system?