Please wait...
×

Error



Posted 17 years ago by gnapser
Hello,

I know there is a post already how to use batch mode. But I don't really get through this thing. Can someone explain me how I run a simulation in batch mode please? How to write a batch file and how to use it?


Thanks a lot!
Posted 17 years ago by Christopherus Braun
Hello,

check the FEFLOW Help Menu (Info --> Help --> Batch Mode) you will find a description and an example.
Posted 17 years ago by Denim Umeshkumar Anajwala
I agree with Zebra,

this is pretty well documented in the online help. Take a close look at that.

Make sure you got your folders set up properly: you need a sub-folder "femdata" and "results" within the folder with the batch file.[font=Courier]
    FeFlowBatchFolder
       + BATCHFILE.BAT
       |- femdata (with your FEM files)
       |- results (for your dar/dac files)[/font]

This is what a line in my batch files typically looks like:[font=Courier]
feflow -run             -work "C:\FeFlowBatchFolder"  -log "feflow.log"  -dar "model.dar"  "model.fem"
feflow -run -hide -exit -work "C:\FeFlowBatchFolder"  -log "feflow.err"  -dac "model.dac"  "model.fem"[/font]

For details on the different options, type "FeFlow -help" in a DOS window and you'll get a summary of all the options.

For this to work, the FeFlow folder has to be included in your PATH variable (which I think is the case by default).

Any folder or files names containing white-spaces (blanks) need to be enclosed in quotes! I do that for any file and folder name, so I don't forget by accident.

Good luck! Chris
Posted 17 years ago by gnapser
Hi,

I've solved the problem with your detailed help!

Thanks!
Posted 16 years ago by Manish Chopra Bhabha Atomic Research Centre
hi gnapser....

i still didn't get how to run feflow in batch mode. As u have said that u were able to run,please explain it in a bit detail so that i can also get it......

regards,
manish
Posted 16 years ago by daryy
Thank you for the hard work , I have recorded the note in my computer!

You must be signed in to post in this forum.