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 \
/( \
) \
{ \
mkDir(valuesDir); \
} \
\
<< field##Type##Values[fieldi]; \
}
if(!fvConstraints.size())
static List< word > fieldNames
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.
bool isDir(const fileName &, const bool followLink=true)
Does the name exist as a directory in the file system?