CFD_FOAM
Open in Telegram
Contact Me: @NimaSamkhaniani Follow Me: https://linktr.ee/nimasamkhaniani
Show more1 533
Subscribers
No data24 hours
No data7 days
+130 days
Posts Archive
1 533
Repost from CFD_FOAM
سلام به دنبال کنندگان کانال اپنفوم
تصمیم دارم برخی از ویدیوهایی که قبلا برای آموزش اپنفوم ضبط کرده بودم را از طریق کانال یوتیوبی به اشتراک بذارم.
این آموزش ها جدید نیستند (دو سه سال پیش ضبط شده اند) اما همچنان اطلاعات زیادی در مورد اپنفوم می تونه در اختیار کاربران تازه کار اپنفوم قرار بده.
امیدوارم که این آموزشهای کوتاه مسیر یادگیری اپنفوم رو بتونه براتون تسریع کنه.
🔻لیست ویدیوها بروز خواهد شد.
#youtube #OpenFOAM_training
۱-معرفی ورژنهای مختلف اپنفوم و نصب آن بر روی سیستم عامل لینوکس (اوبنتو)
https://youtu.be/GkkhdkjSfJo
۲- نحوه ی نصب swak4Foam بر روی اپنفوم
https://youtu.be/tKk5_xuw5HA
۳-ساختار اپنفوم پس از نصب
https://youtu.be/O3axu_3tdg0
۴- ساختار حل مساله در اپنفوم
https://youtu.be/IVau7mjWhnU
۵- اولین شبیه سازی با اپنفوم
https://youtu.be/SyslaSYLals
۶- شبیه سازی جریان آشفته با اپنفوم (قسمت اول)
https://youtu.be/kkEm8_RS40I
۷-ورود شبکه از نرم افزارهای مش زنی به اپنفوم
https://youtu.be/hHoyS2-qnLQ
1 533
🔴 Install salome-9.9 on ubuntu 20.04 LTS
1-download salome (Ubuntu 20)
https://www.salome-platform.org/?page_id=15
2- extract the zip file
tar -xvf SALOME-9.9.0-native-UB20.04-SRC.tar.gz
3- move the files into path home/programs (optional)
4- go to installation directory and run installation
./env_launch.sh
./install_bin.sh
5- Install missing libraries in my case, the missing libraries were:
apt install build-essential -y
apt install pip libboost-all-dev libqwt-qt5-dev libglu1-mesa-dev -y
apt install libqt5printsupport5 libqt5test5 libqt5x11extras5-dev -y
apt install libqt5help5 libfreeimage-dev libxmu-dev libtbb-dev liblapack-dev -y
apt install libopenblas-dev libtbb-dev libfreeimage-dev libfreeimageplus-dev libcminpack-dev -y
apt install python3-sip python3-pyqt5
pip install psutil
6- run Salome from installation directory with the command
./salome
if you have further missing library (e.g. libname.so) , then use two following commands to find and install the requirement packages.
find the packages where this library is available:
apt search libname
install the packages (you need to have root or admin permission):
sudo apt install packagename
1 533
🔴 Check my latest publication about vapor bubble condensation in #openaccess #journal_thermo to find a semi-analytical solution of bubble lifetime.
https://www.mdpi.com/2673-7264/2/3/12/htm
#OpenFOAM #condensation #VoF #interFoam
1 533
🔴 New Version of OpenFOAM (ESI-group version) is release
🌐 https://www.openfoam.com/news/main-news/openfoam-v2206
you can install it on ubuntu (18.04, 20.04 and 22.04) LTS with the following commands:
curl https://dl.openfoam.com/add-debian-repo.sh | sudo bash
sudo apt-get install openfoam2206-default
Then start the shell session with:
openfoam2112
#OpenFOAM #installation #ubuntu
1 533
🔴 Book example files are now updated to OpenFOAM-9
https://github.com/NimaSam/OpenFOAM_tutorials
Main changes:
- turbulenceProperties is replaced with momentumTransport
- DPMFoam and MPPICFoam is replaced with denseParticleFoam
- Some minor changes in reactingFoam and chtMultiRegion case setup
to access the files
git clone https://github.com/NimaSam/OpenFOAM_tutorials.git
1 533
🔴PythonFoam
#python #openfoam
https://www.alcf.anl.gov/support-center/training-assets/alcf-pythonfoam-workshop-0
1 533
🔴 Water polynomial properties
#water #thermoPhysicalProperties
https://holzmann-cfd.com/community/blog-and-tools/cae-blog/thermophysical-properties-water
1 533
🔴 Seminar Series: OF for Combustion
#CFD #OpenFOAM #seminal
https://blog.nus.edu.sg/huangwei/of4combust/
1 533
🔴Notes on Computational Fluid Dynamics: General Principles
#CFD #OpenFOAM #book
https://doc.cfd.direct/notes/cfd-general-principles/
1 533
ساعت برگزاری کارگاه یک ساعت جابجا شد. کارگاه از ساعت۲ تا ۶ عصر این پنج شنبه برگزار خواهد شد.
1 533
🔴 use doxygen for OpenFOAM:
- online version:
https://cpp.openfoam.org/v9/
- offline version:
1-install packages:
sudo apt-get install doxygen graphviz
2- compile
cd $WM_PROJECT_DIR/doc/Doxygen
./Allwmake
3- run
firefox html/index.html
it can not create the files in Opt as it is written-protected.
