Running FiDAP/FISOLV/FIPOST in batch mode (one single run)


Need to execute a fidap job via FIPREP/create(fisolve)/run(...) then follow this with a batch post-processing job in FIPOST all within the same fidap run.

This way, after the run is complete I will have plots without having to launch the FIDAP with FIPOST.

How can I do this?


It is simple to do...

$jobname=getident() <-- key command
ficonv(neutral)
input...
end
fiprep
..
..
.
.
.
end
create(fiprep,dele)
create(fisolv)
run(fisolv,fore) <-- key command to run fisolv in the foreground
/
ident(name=$jobname) <-- key command to reconnect to the same identifier
/
devi(post)
fipo
mesh
vect
hist...
end
end


Run the above script with
fidap -id myjob -in jobname -new -bg


Please try with a simple example.


Written by: Ashwini Kumar, ak@fluent.com





Show Form
No comments yet. Be the first to add a comment!