Wednesday, June 01, 2016

Lecture Fluid Flow




Resources

1) Gerris Flow Solver http://gfs.sourceforge.net/wiki/index.php/Main_Page
    2011 - Japanese tsunami and others simulations

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...