Wednesday, May 21, 2014

ICEM CFD - Ansys

Tutorials
Ansys 14.5 ICEM CFD tutorial manual, http://www.petrodanesh.ir/Virtual%20Education/Mechanics/ICEM-CFD/PTEC-ICEM%20CFD%2014.5%20Tutorial%20Files.pdf

Wednesday, May 14, 2014

Wildland-Urban Fire Models: open-source

The Wildland-Urban Interface Fire Dynamics Simulator (WFDS)
an open-source  fire model computational fluid dynamics (CFD) code developed by the National Institute
of Standards and Technology (NIST), US
Link: WFDS, Wildland-Urban Fire Models, http://www.fs.fed.us/pnw/fera/wfds/index.shtml

Tuesday, May 6, 2014

Ocean Engineering/ Maritime Hydrodynamics/ Marine/ Naval Architecture/ Oil & Gas / Offshore / Hydromechanics

BOOKS

LECTURES / NOTES
Course/ Degree/ Diploma



Laboratories \ Institutes
PROFESSORS
Conference
  • FAST, the International Conference on Fast Sea Transportation
  • High Performance Yacht Design Conference 

Sunday, May 4, 2014

Matlab: Install/ Tips/ Utilities in Linux/ Ubuntu


For 32-bit : only the latest Matlab R2012a is suitable
From Matlab R2012b is only designed for 64-bit linux

Install matlab in linux/ ubuntu

./install


How to create a new shortcut in desktop linux/ ubuntu

Install app:  sudo apt-get install --no-install-recommends gnome-panel
Create new: gnome-desktop-item-edit ~/Desktop/ --create-new
Command: /opt/MATLAB/R2012a/bin/matlab -desktop



Common Errors
Internal error 2: Could not determine the path of the     MATLAB root directory


Matlab does not work well, if your installed directory is located in : /usr/local/
e.g.: /usr/local/MATLAB/R2013a/bin/

Move to the user directory: mv /usr/local/MATLAB  /opt/.
Create the symbolic link:   cd /bin
Create the symbolic link:   ln -s /opt/MATLAB/R2013a/bin/matlab

Friday, May 2, 2014

PyFR, open-source high-order flow solver

PyFR
 
www.pyfr.org

an open-source high-order flow solver that is designed to efficiently target a range of hardware platforms - including clusters of multi-core CPUs, Nvidia GPUs, Intel Xeon Phi Coprocessors, and AMD GPUs - all from a single Python codebase.