Basic experimentation with native OpenFOAM performance on a MacBook Pro.
Running OpenFOAM on Apple Silicon
seen from United States

seen from Germany

seen from Australia
seen from Pakistan
seen from United States
seen from United States
seen from United States

seen from United States
seen from Japan

seen from United States
seen from United States

seen from Australia
seen from China

seen from United States
seen from Norway
seen from United States
seen from United States
seen from China

seen from Canada
seen from United States
Basic experimentation with native OpenFOAM performance on a MacBook Pro.
Running OpenFOAM on Apple Silicon
Slicing of the 3D Mandelbrot set, and analysis.
Slicing of the 3D Mandelbrot set, and analysis.
Some slices. As followup to: Visualizing the 3D Mandelbrot set, and Some 3D renderings of the Mandelbrot set, here is a bit more experimentation with Paraview slice filtering. This time I saved all the point data with the escape time counts, and rendered it with a few different contours The default slice filter places the plane in the x-y orientation: but we can also tilt it in the Paraview…
View On WordPress
How to calculate flow rate and average value on a surface
OFなどの結果で流量や任意断面の平均値を計算したい場合は、paraviewのフィルター
Filters > Alphabetical > Surface Flow
Filters > Alphabetical > Integrate Variable
を使えばよい。
くわしくはここを参照のこと。
研究室のゼミ用に動画を試作。今回はParticle Tracerの使い方。
Simulation of external flow around spacecraft using opensource LBM code Palabos on #FetchCFD. Check out and free download simulation files + PDF tutorial on how to run simulation here https://fetchcfd.com/view-project/1592 #SimulationPlatform #LBM #CFD #spacecraft #aerodynamics #ComputationalFluidDynamics #aerodynamicsAnalysis #spaceship
個人的なメモです。 #コマンド `source0000.jpg` から始まる連番の静止画から毎秒15フレームの動画ファイル `video.mp4` を作る。 ```bash $ ffmpeg -f image2 -r 15 -i s...
ffmpeg -f image2 -r 15 -i source%04d.jpg -r 15 -an -vcodec libx264 -pix_fmt yuv420p video.mp4
Measure time taken to render frame in ParaView
In the ParaView python shell (View > Python Shell), type:
import time
Then, to measure the time taken to render, use:
start=time.clock(); Render(); end=time.clock(); print(end-start);
Credit to Yevgen Yampolskiy's StackOverflow post for timing functions in Python.
Simulated Supercell Thunderstorm Anvil using Paraview - cloud water, ice, and snow volume render.