mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: Deleting unused variable
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user