Skip to content
Snippets Groups Projects

Feature/cleanup vf cpu (Closed #3)

Merged Sören Peters requested to merge soe.peters/VirtualFluids:feature/cleanup_vf_cpu into develop
2 unresolved threads
  • Removed and comment a lot of unused variables.

  • In D3Q27System.h removed using namespace UbMat.

  • added overrides

  • In the class ThixotropyInterpolationProcessor I renamed calcInterpolatedCoefficiets() into calcInterpolatedCoefficiets_intern(). The reason was, that this method hides the virtual function calcInterpolatedCoefficiets() from the base class.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
7 7 #include "LBMKernel.h"
8 8 #include "Thixotropy.h"
9 9
10 #define PROOF_CORRECTNESS
10 #define PROOF_CORRECTNES
  • 38 35 const int invDir = D3Q27System::INVDIR[fdir];
    39 36 LBMReal q = bcPtr->getQ(invDir);// m+m q=0 stabiler
    40 37 LBMReal velocity = bcPtr->getBoundaryVelocity(invDir);
    41 38 LBMReal fReturn = ((1.0-q)/(1.0+q))*((f[invDir]-feq[invDir])/(1.0-collFactor)+feq[invDir])+((q*(f[invDir]+f[fdir])-velocity*rho)/(1.0+q));
  • Sören Peters added 1 commit

    added 1 commit

    • 129e0e08 - Fix spelling error of macro define.

    Compare with previous version

  • Sören Peters added 1 commit

    added 1 commit

    • f3fafbbc - Uncomment variable, which is used again.

    Compare with previous version

  • Sören Peters added 1 commit

    added 1 commit

    • 71219dbb - Bugfix: fReturn should be calculated with collFactorF.

    Compare with previous version

  • reopened

  • mentioned in commit 051cc181

  • Please register or sign in to reply
    Loading