Removing force checking Info messages

This commit is contained in:
graham
2008-12-12 17:57:22 +00:00
parent f29f664e53
commit c43d1027de
2 changed files with 0 additions and 24 deletions

View File

@ -169,14 +169,6 @@ bool Foam::molecule::move(molecule::trackData& td)
tau_ += (constProps.siteReferencePositions()[s] ^ (Q_.T() & f)); 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_; v_ += 0.5*deltaT*a_;
pi_ += 0.5*deltaT*tau_; pi_ += 0.5*deltaT*tau_;

View File

@ -91,14 +91,6 @@ inline void Foam::moleculeCloud::evaluatePair
molJ->potentialEnergy() += 0.5*potentialEnergy; 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? // What to do here?
// molI->rf() += rIJ * fIJ; // molI->rf() += rIJ * fIJ;
@ -132,14 +124,6 @@ inline void Foam::moleculeCloud::evaluatePair
molJ->potentialEnergy() += 0.5*potentialEnergy; 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? // What to do here?
// molI->rf() += rIJ * fIJ; // molI->rf() += rIJ * fIJ;