mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
applications/test/rigidBodyDynamics/spring: Updated comment
This commit is contained in:
@ -63,7 +63,7 @@ int main(int argc, char *argv[])
|
|||||||
OFstream qFile("qVsTime");
|
OFstream qFile("qVsTime");
|
||||||
OFstream qDotFile("qDotVsTime");
|
OFstream qDotFile("qDotVsTime");
|
||||||
|
|
||||||
// Integrate the motion of the spring for 4s using a symplectic method
|
// Integrate the motion of the spring for 4s
|
||||||
scalar deltaT = 0.002;
|
scalar deltaT = 0.002;
|
||||||
for (scalar t=0; t<4; t+=deltaT)
|
for (scalar t=0; t<4; t+=deltaT)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user