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