mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changed placeholder functions for electrostatic interactions.
This commit is contained in:
@ -209,20 +209,7 @@ void Foam::moleculeCloud::calculateElectrostaticForce()
|
||||
{
|
||||
Info<< "Electrostatic forces" << endl;
|
||||
|
||||
// Particle-Particle part.
|
||||
// Specialised version of the normal pair force calculation
|
||||
|
||||
// Particle Mesh part.
|
||||
|
||||
// Assign charges from the molecules to the charge density field of the
|
||||
// mesh.
|
||||
assignChargesToMesh();
|
||||
|
||||
// Solve Poisson's equation for the electrostatic field. Take the gradient
|
||||
// of it to calculate the force field.
|
||||
calculateElectrostaticForceField();
|
||||
|
||||
// Interpolate forces from the force field to
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -113,10 +113,6 @@ private:
|
||||
|
||||
void calculateElectrostaticForce();
|
||||
|
||||
void assignChargesToMesh();
|
||||
|
||||
void calculateElectrostaticForceField();
|
||||
|
||||
void calculateTetherForce();
|
||||
|
||||
void calculateExternalForce();
|
||||
|
||||
Reference in New Issue
Block a user