|
[Sponsors] |
![]() |
![]() |
#1 |
Member
lynda
Join Date: Oct 2009
Posts: 52
Rep Power: 17 ![]() |
Hi
what is the procedure used to launch a remote computing using OF? Thank you Lyna |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Ben K
Join Date: Feb 2010
Location: Ottawa, Canada
Posts: 140
Rep Power: 19 ![]() |
If you're talking about running openfoam solvers on your own computer remotely, this is what I've done:
1. Configure an ssh server on your linux box (quite easy if you are running a distribution like ubuntu). If you don't have a static IP to connect to, checkout services like dyndns.org 2. ssh into your server (on windows you can use a program like putty, otherwise just use ssh) 3. I highly recommend that you use the linux terminal app called screen, otherwise as soon as you end your ssh session, you'll have trouble checking up on your simulation (and possibly the solver will also quit when you get disconnected...not sure about that though). 4. For postprocessing, I think the easiest thing is probably to set up an ftp server and download the relevant data. |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Member
lynda
Join Date: Oct 2009
Posts: 52
Rep Power: 17 ![]() |
Thank you
I have to launch calculations on another machine (it is not mine), indeed on from my PC; because they have me create user's account in their machine, even the OF is installed(settled) in my account? is-It the similar with your case? |
|
![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 ![]() |
In order to not have a simulation crash when you disconnect you ssh session, use one of the following options:
1. Start you simulation with foamJob: Code:
foamJob simpleFoam Code:
foamJob -p simpleFoam 2. Start you simulation in the background Code:
simpleFoam > log & To see what the output looks like in both options, use Code:
tail -f /path/to/log/file
__________________
~roman |
|
![]() |
![]() |
![]() |
![]() |
#5 |
Member
lynda
Join Date: Oct 2009
Posts: 52
Rep Power: 17 ![]() |
Hi
when I have results I can not trace them, paraFoam does not open the window ParaView. is what I can get my results and how?, so I can draw them in my PC. thank you |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Please help cannot start lamboot | hsieh | OpenFOAM Installation | 8 | May 24, 2007 15:44 |
CFD algorithm design with reconfigurable computing | Beatríz Navarro | CFX | 4 | June 27, 2006 05:39 |
CFD algorithm design with reconfigurable computing | Beatríz Navarro | Main CFD Forum | 1 | June 25, 2006 15:25 |
CFD algorithm design with reconfigurable computing | Beatríz Navarro | Fidelity CFD | 0 | June 24, 2006 19:23 |
CFD algorithm design with reconfigurable computing | Beatríz Navarro | FLUENT | 0 | June 24, 2006 19:22 |