Skip to content
Snippets Groups Projects
Commit 5216a190 authored by Henry's avatar Henry
Browse files

Removed old code

parent e86d88b5
No related branches found
No related tags found
No related merge requests found
...@@ -92,35 +92,6 @@ reconstruct ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment