CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: clapointe
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 20:20
Replies: 35
Views: 4,304
Posted By clapointe
Well there you have it -- the script is for...

Well there you have it -- the script is for linux. You will need help from someone familiar with using OF for windows. Or, I bet that you could do some debugging yourself and google for...
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 20:10
Replies: 35
Views: 4,304
Posted By clapointe
Right. What type of machine is it? Caelan

Right. What type of machine is it?

Caelan
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 19:57
Replies: 35
Views: 4,304
Posted By clapointe
Thought about the error and the path does not...

Thought about the error and the path does not look familiar. How did you install openfoam?

Caelan
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 19:43
Replies: 35
Views: 4,304
Posted By clapointe
Short of suggesting that that you do exactly what...

Short of suggesting that that you do exactly what I suggested, I am not sure what more to add. It works fine for me. Someone else may have a better idea of what is causing the output you see. A final...
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 19:34
Replies: 35
Views: 4,304
Posted By clapointe
Did you try it? Essentially, yes -- although it...

Did you try it? Essentially, yes -- although it is likely that future debugging will be necessary. Don't forget the "." in "./Allrun".

Caelan
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 19:20
Replies: 35
Views: 4,304
Posted By clapointe
It could be crashing for any number of reasons --...

It could be crashing for any number of reasons -- debugging is up to you. If you simply tried to execute the script without modifying it to fit your needs, of course it won't work (e.g. the way I put...
Forum: OpenFOAM Running, Solving & CFD April 30, 2019, 12:25
Replies: 35
Views: 4,304
Posted By clapointe
@Bdew8556 : if you make it an executable (chmod...

@Bdew8556 : if you make it an executable (chmod +x) and run it with "./runScriptName". It should work fine -- it works for me.

@Adam_K : this will do that by design. It takes some extra magic...
Forum: OpenFOAM Running, Solving & CFD April 29, 2019, 21:32
Replies: 35
Views: 4,304
Posted By clapointe
The base case is a clean version of whatever case...

The base case is a clean version of whatever case you are studying. 0, constant, and system files. So you would run from a folder containing the base case (empty), which would be copied by the bash...
Forum: OpenFOAM Running, Solving & CFD April 29, 2019, 20:36
Replies: 35
Views: 4,304
Posted By clapointe
Yes, you would run this scrip from a directory...

Yes, you would run this scrip from a directory that contains the case template, baseCase. The name of course is arbitrary. Function objects are pretty standard openFoam :...
Forum: OpenFOAM Running, Solving & CFD April 26, 2019, 10:56
Replies: 35
Views: 4,304
Posted By clapointe
I just edited the scrip with comments. Note that...

I just edited the scrip with comments. Note that it is an old script I pared down to show something that can work, and comments are to my best recollection. You'll likely need to change the values...
Forum: OpenFOAM Running, Solving & CFD April 26, 2019, 01:22
Replies: 35
Views: 4,304
Posted By clapointe
It is pretty straight forward. You can do a loop...

It is pretty straight forward. You can do a loop of simulations like this :


#!/bin/bash

#for loop from 0 to 0.4 in 0.1 intervals
for i in $(seq 0 0.1 0.4)
do
#print case $i
echo...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 11:40.