Removed unnecessary file
This commit is contained in:
parent
938999f299
commit
9044446af1
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
|
||||
// Info<< "Reading field fvmU\n" << endl;
|
||||
|
||||
pointMesh pMesh(mesh);
|
||||
|
||||
pointVectorField fvmU
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"fvmU",
|
||||
runTime.timeName(),
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
pMesh,
|
||||
dimensionedVector("fvmU", dimLength, vector::zero),
|
||||
fvPatchVectorField::calculatedType()
|
||||
);
|
Reference in a new issue