From c43d1027de24fbd5f76b06bd60a3e8542979cae3 Mon Sep 17 00:00:00 2001 From: graham Date: Fri, 12 Dec 2008 17:57:22 +0000 Subject: [PATCH] Removing force checking Info messages --- .../molecule/molecule/molecule.C | 8 -------- .../molecule/moleculeCloud/moleculeCloudI.H | 16 ---------------- 2 files changed, 24 deletions(-) diff --git a/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C b/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C index fdae46ebe0..d475a6a17a 100644 --- a/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C +++ b/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C @@ -169,14 +169,6 @@ bool Foam::molecule::move(molecule::trackData& td) tau_ += (constProps.siteReferencePositions()[s] ^ (Q_.T() & f)); } - Info<< nl << "move " << id_ - << nl << constProps.siteReferencePositions() - << nl << siteForces_ - << nl << tau_ - << nl << a_ - << nl << m - << endl; - v_ += 0.5*deltaT*a_; pi_ += 0.5*deltaT*tau_; diff --git a/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H b/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H index 2e736a8acf..747e37c6be 100644 --- a/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H +++ b/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H @@ -91,14 +91,6 @@ inline void Foam::moleculeCloud::evaluatePair molJ->potentialEnergy() += 0.5*potentialEnergy; - Info<< "pair" - << nl << idI << ' ' << sI << ' ' << idsI - << nl << idJ << ' ' << sJ << ' ' << idsJ - << nl << rsIsJ - << nl << fsIsJ - << nl << potentialEnergy - << endl; - // What to do here? // molI->rf() += rIJ * fIJ; @@ -132,14 +124,6 @@ inline void Foam::moleculeCloud::evaluatePair molJ->potentialEnergy() += 0.5*potentialEnergy; - Info<< "electro" - << nl << idI << ' ' << sI << ' ' << idsI - << nl << idJ << ' ' << sJ << ' ' << idsJ - << nl << rsIsJ - << nl << fsIsJ - << nl << potentialEnergy - << endl; - // What to do here? // molI->rf() += rIJ * fIJ;