More information can be foud at the webblog http://biagioraucci.blogspot.com/
Cocoa
[fattorial]
[[epsilon] [[epsilon.pas]
Objective-C
A first example [[without class] [whit class]
Objects [ objects ]
NACA 4 DIGITS SERIES
ISO images from DMG images
This tip creates ISO images from DMG images, so they can be burned elsewhere. To convert the file to an ISO image, type the following command at your terminal window:
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
Replace /path/to/filename.dmg with the path and name of the existing .DMG file, and replace /path/to/savefile.iso with the desired path and name for the converted image.
source.f90 - data file source.dat
Using MATLAB and the phi.dat file we obtain:
>> load phi.dat
>> contour(phi,20)
with the option
>> pcolor(phi)
we have (click on image below):
>>shading interp
The surface pressure coefficient over a circular cylinder
.:: theoretical result for inviscid, incompressible flow ::.
A simple Maple worksheet for simulate a flow around a circular cylinder can be downloaded here.













