Sensing fluids
By
Hunter Brown
Jackson Pontsler
Background
Newtonian Fluids are defined by:
This means that any forces cause shape change
To model a fluid FEA is often used but this can be computationally expensive
Some simplifying assumptions:
To model using a CFD often the navier-stokes equations are often used:
Current Work
The current work is sparse due to the complex nature of problem
Pouring is sometimes seen in
Common simplification is Horizontal movement of liquid holding container
What is a CNN?
What is a Convolutional Layer
Subsampling or pooling layers
Why does this work
Basic LSTM
(Long-Short Term Memory)
3. Decide what to Output
Normal RNN struggles to learn long-term memory
This builds long-term and short-term memory into the structure
Three main steps
Discussion Questions
Major misunderstandings?
Any initial thoughts or comments?
List the assumptions used in this model?
Are these valid assumptions?
How do these limit the model?
Possible ways around this?
Are neural networks the only way to deal with this in real time?
Is there structure in this problem that could be exploited?
How could we use these findings?
How could we expand on these finding?