non-uniform boundray condition - solution parabolicVelocityFvPatchV ectorField
From
http://www.tfd.chalmers.se/~hani/kur...yCondition.pdf
https://sourceforge.net/p/openfoam-e...bolicVelocity/
Compile the shared object (library) and add
to system/controlDict
it will be linked ONLY at run time by LD_LIBRARY_PATH. It is linked using dlopen. In this case, no re-compilation is need for the solver simpleFoam.
will not show up the library libmyBC.so.
http://www.tfd.chalmers.se/~hani/kur...yCondition.pdf
https://sourceforge.net/p/openfoam-e...bolicVelocity/
Compile the shared object (library) and add
Quote:
libs ("libmyBCs.so");
it will be linked ONLY at run time by LD_LIBRARY_PATH. It is linked using dlopen. In this case, no re-compilation is need for the solver simpleFoam.
Quote:
ldd $(which simpleFoam)
Total Comments 0