Go to the documentation of this file.
50 int main(
int argc,
char *argv[])
60 calculatedFvPatchVectorField::typeName
63 Info <<
"wordList patchFieldTypes " << patchFieldTypes <<
endl;
65 Info <<
"calculatedFvPatchVectorField::typeName is " << calculatedFvPatchVectorField::typeName <<
endl;
69 Info <<
"mesh.boundaryMesh() ID number " << patchI <<
endl;
71 Info <<
"mesh.boundaryField type is " << mappedFixedValueFvPatchVectorField::typeName <<
endl;
74 patchFieldTypes[patchI] =
75 mappedFixedValueFvPatchVectorField::typeName;
79 Pout<<
"patchFieldTypes:" << patchFieldTypes <<
endl;
81 Info <<
"add cc to volVectorField " <<
endl;
97 Info <<
"the new object cc is ===============" <<
endl;
101 Info <<
"=============================================" <<
endl;
105 Info <<
"=============================================" <<
endl;
107 Info <<
"begion loop all the cc's boundaryField" <<
endl;
110 Info <<
"begin to judge wether the cc boundaryField is a mappedFixedValueFvPatchVectorField, if so , begin write into a obj file"<<
endl<<
endl;
113 isA<mappedFixedValueFvPatchVectorField>
120 Pout<<
"Detected a mapped patch:" << patchI <<
endl;
122 Pout<<
"Writing mapped values to " << str.
name() <<
endl;
131 str <<
"l " << vertI-1 <<
' ' << vertI <<
nl;
136 Info<<
endl <<
" cc boundaryField " << patchI <<
" is not a mappedPatch!" <<
endl;
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void updateCoeffs()
Update the boundary condition coefficients.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
#define forAll(list, i)
Loop across all elements in list.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const polyBoundaryMesh & boundaryMesh() const
Return boundary mesh.
Ostream & endl(Ostream &os)
Add newline and flush stream.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
InternalField & internalField()
Return internal field.
const word & name() const
Return name.
const vectorField & Cf() const
Return face centres.
Generic dimensioned Type class.
const volVectorField & C() const
Return cell centres as volVectorField.
prefixOSstream Pout(cout, "Pout")
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label size() const
Return the number of elements in the PtrList.
int main(int argc, char *argv[])
const fileName & name() const
Return the name of the stream.
const fvPatch & patch() const
Return patch.
Generic GeometricField class.