Tag

fluid dynamics

2 views collected around this technical thread.

Model Perspective
Model Perspective
Mar 18, 2024 · Fundamentals

How Long Does a Brick Take to Sink to the Ocean Bottom? A Physics Model

Confucius watches two children argue about a brick’s sinking time, then uses physics—gravity, buoyancy, drag—and a mathematical model with Python code to estimate how long the brick takes to reach the bottom of various oceans, highlighting differences due to depth and terminal velocity.

Pythonfluid dynamicsmathematical modeling
0 likes · 9 min read
How Long Does a Brick Take to Sink to the Ocean Bottom? A Physics Model
Model Perspective
Model Perspective
Nov 1, 2022 · Fundamentals

Why Mathematical Modeling Is as Crucial as Experiments in Modern Engineering

Mathematical models have become indispensable alongside experiments in engineering, enabling quantitative predictions for material selection, system design, reliability analysis, and complex simulations—from satellite re‑entry to aircraft design—thereby reducing cost, time, and the need for impractical physical testing.

engineeringfluid dynamicsmathematical modeling
0 likes · 7 min read
Why Mathematical Modeling Is as Crucial as Experiments in Modern Engineering
Model Perspective
Model Perspective
Jun 9, 2022 · Fundamentals

How to Model Water Flow in a Hemisphere Using Differential Equations

This article explains the three-step process for constructing differential-equation models, introduces the micro-element analysis method, and demonstrates its application to a hemispherical water-outflow problem, including derivation of the governing equation, solution via separation of variables, and a Python implementation using SymPy.

PythonSymPydifferential equations
0 likes · 5 min read
How to Model Water Flow in a Hemisphere Using Differential Equations