mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed old code
This commit is contained in:
@ -92,35 +92,6 @@ reconstruct
|
|||||||
|
|
||||||
return treconField;
|
return treconField;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
{
|
|
||||||
typedef typename outerProduct<vector, Type>::type GradType;
|
|
||||||
|
|
||||||
const fvMesh& mesh = ssf.mesh();
|
|
||||||
|
|
||||||
tmp<GeometricField<GradType, fvPatchField, volMesh> > treconField
|
|
||||||
(
|
|
||||||
new GeometricField<GradType, fvPatchField, volMesh>
|
|
||||||
(
|
|
||||||
IOobject
|
|
||||||
(
|
|
||||||
"volIntegrate("+ssf.name()+')',
|
|
||||||
ssf.instance(),
|
|
||||||
mesh,
|
|
||||||
IOobject::NO_READ,
|
|
||||||
IOobject::NO_WRITE
|
|
||||||
),
|
|
||||||
inv(surfaceSum(sqr(mesh.Sf())/mesh.magSf()))
|
|
||||||
& surfaceSum((mesh.Sf()/mesh.magSf())*ssf),
|
|
||||||
zeroGradientFvPatchField<GradType>::typeName
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
treconField().correctBoundaryConditions();
|
|
||||||
|
|
||||||
return treconField;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
|
|||||||
Reference in New Issue
Block a user