CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   valve motion in parallel (https://www.cfd-online.com/Forums/openfoam-solving/119802-valve-motion-parallel.html)

ChWalther June 25, 2013 08:11

valve motion in parallel
 
Hi foamers,
I try to set up an IC engine with tilted valves.
when i decompose it, my liftprofilefile is not in the processor* folder.
hope anyone can help.
Christian

mturcios777 June 25, 2013 12:55

Whenever I decompose a mesh that depends on external files, I just put symbolic links in the processor* directories. Its something like this:

Code:

for n in file1 file2 file3
do
    for m in processor*
    do
        ln -s $n $m/.
    done
done



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