Download the software at https://freefem.org/ and run the .edp files to see the animated simulation.
- About "wind_around_sphere.edp" : Modeling the airflow around a spherical aerofoil. Based on the Non stationary Navier-Stokes equation. Boundary conditions are such that airflow only enters from the left, and exits to the right. Each Simulation frame lasts 0.05 seconds(Ξπ‘=0.05).
Initial condition: π’=βπ¦(π¦β5), π£=0 , where Velocity; π=(π’,π£), Pressure=p
Boundary conditions:
π’_1=0, π’_2=0 on Ξ_top
π’_1=0, π’_2=0, on Ξ_bottom
π’_1=βπ¦(π¦β5), π’_2=0 on Ξ_in , meaning wind is the strongest at the center of the left boundary(windspeed follows parabolic curve)
(ππβ1/Re(π»π^π)π)"=0"γon Ξ_out
π’_1=0, π’_2=0 on Ξ_sphere
Velocity increases in the Wind vector field from color Red(Lowest) to color Blue to color Purple/Pink(Highest).
- About "heat_inside_cuboid.edp" : Modeling the diffusion of heat(temperature) when heat is input through the bottom of a cuboid full of a material. Based on the Diffusion Equation. Boundary conditions are such that heat only enters from the bottom, and can exit from all other surfaces. Each Simulation frame lasts 0.05 seconds(Ξπ‘=0.05). Press Enter for simulation start.
Red is the Highest Temperature, Green the lowest.