Skip to content
Snippets Groups Projects
Commit 51fae75b authored by sergio's avatar sergio
Browse files

STY: Deleting unused variable

parent 546de48f
Branches
Tags
No related merge requests found
......@@ -40,10 +40,6 @@ void Foam::fv::actuationDiskSource::addActuationDiskAxialInertialResistance
{
scalar a = 1.0 - Cp_/Ct_;
vector uniDiskDir = diskDir_/mag(diskDir_);
tensor E(Zero);
E.xx() = uniDiskDir.x();
E.yy() = uniDiskDir.y();
E.zz() = uniDiskDir.z();
vector upU = vector(VGREAT, VGREAT, VGREAT);
scalar upRho = VGREAT;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment