Helix Formation Simulation: A Materials Science Perspective

  • Thread starter Thread starter Mammo
  • Start date Start date
  • Tags Tags
    Formation Helix
Click For Summary
SUMMARY

The discussion centers on a Java-based computer simulation aimed at modeling the formation of a helix from a spinning thread, drawing an analogy to the behavior of a thread held between two fingers. The key challenge identified is the delay in force transmission along the thread, resulting in twisting and wobbling effects that must be accurately represented in the simulation. Participants emphasize the importance of accounting for gravity's influence on the bending of the thread as its length increases, particularly in relation to the properties of the material used, which may be stiffer than cotton yet still pliable. The simulation aims to represent the early universe's matter formation, with potential implications for understanding gravitational interactions between helix formations.

PREREQUISITES
  • Java programming proficiency
  • Understanding of materials science principles related to thread behavior
  • Knowledge of gravitational effects on flexible materials
  • Familiarity with computer simulations and modeling techniques
NEXT STEPS
  • Research the physics of flexible materials under rotational forces
  • Explore advanced Java libraries for physics simulations
  • Investigate the mathematical modeling of helical structures
  • Learn about the impact of gravity on material deformation in simulations
USEFUL FOR

Materials scientists, computer simulation developers, and physicists interested in modeling complex interactions in flexible materials, particularly in the context of early universe phenomena.

Mammo
Messages
208
Reaction score
0
I'm currently writing a computer simulation (in Java) of the formation of a helix from a spinning thread. The analogy I use is to imagine a piece of thread held between two fingers and left to hang via gravity. When the thread is spun by rolling one finger against the other, the thread will itself rotate. But because the force is only applied at one end, there is a delay in the time the force reaches the free end of the thread. This will result in a twisting effect and a 'wobbling' effect. It is this action which I wish to recreate in the formation of a helix. Does anyone understand what I am talking about? It's the fundamental modelling of the formation of a helix from a spinning thread. I need help. It sounds easy in practice, but tricky when you try to write a computer program.

I come from an astronomy/computing background, and would appreciate the input from materials science people.
 
Engineering news on Phys.org
Mammo said:
I'm currently writing a computer simulation (in Java) of the formation of a helix from a spinning thread. The analogy I use is to imagine a piece of thread held between two fingers and left to hang via gravity. When the thread is spun by rolling one finger against the other, the thread will itself rotate. But because the force is only applied at one end, there is a delay in the time the force reaches the free end of the thread. This will result in a twisting effect and a 'wobbling' effect. It is this action which I wish to recreate in the formation of a helix. Does anyone understand what I am talking about? It's the fundamental modelling of the formation of a helix from a spinning thread. I need help. It sounds easy in practice, but tricky when you try to write a computer program.

I come from an astronomy/computing background, and would appreciate the input from materials science people.
How would you keep the effect of gravity on the bending of the thread consistent as the thread grows in length and changes position?

What you're doing reminds me of the making of a spring on the TV show 'How It's Made'. They extrude the wire and deflect it physically as it emerges. The key difference between your method and their method is that theirs uses a wire material that is stiff enough to be immune to gravity (thus, its changing length and position has no effect on formation) and a bending force that well-exceeds gravity.
 
DaveC426913 said:
How would you keep the effect of gravity on the bending of the thread consistent as the thread grows in length and changes position?
Thanks Dave; The idea was that the thread hangs down vertically so that gravity can be ignored. The simulation is meant to represent the formation of (spinning) matter at the beginning of the universe. (!)
DaveC426913 said:
What you're doing reminds me of the making of a spring on the TV show 'How It's Made'. They extrude the wire and deflect it physically as it emerges. The key difference between your method and their method is that theirs uses a wire material that is stiff enough to be immune to gravity (thus, its changing length and position has no effect on formation) and a bending force that well-exceeds gravity.
Again, the material I'm considering doesn't necessarily have to have the same properties as a coton thread. It could be stiffer but still pliable enough to flex when rotated rapidly. The wire making you saw sounds similar, but perhaps not quite the same. The increasing length of the 'thread' would increase it's flexure and therefore enhance helix formation (I think). The resultant overall creation is envisaged to be spring-like. (The inclusion of a gravity effect later on will create an attractive force between two opposing helix formations, which eventually overcomes the force of creation and propells the two into one another, aka the big bang!)
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
1K
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
Replies
10
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K