You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed OpenFoam4x in order to use your "kva_interfaceProperties", and I tested and Openfoam4x works fine. When I want to compile the, below sections works fine and generates a folder named "farzad-4.x", and I have it here;
[CODE]OpenFOAM/farzad-4.x/libraries/kva_interfaceProperties[/CODE]
Now I want to recompile my solver and as you suggested, I did this;
cd recompileSolvers
//And I used your original suggestion;
# FULL_PATH_to_solver; optional_new_solver_name
$FOAM_SOLVERS/multiphase/interFoam; kva_interFoam
$FOAM_SOLVERS/multiphase/interFoam/interDyMFoam; kva_interDyMFoam
but here, below code does not work;
./Allget && ./Allwmake
which gives below error;
bash: ./Allget: /usr/bin/sh: bad interpreter: No such file or directory
why? and what should I do?
just as a reminder, For openfoam4x I have these 3 main folders;
farzad-4.x OpenFOAM-4.x ThirdParty-4.x
Thanks,
Farzad
The text was updated successfully, but these errors were encountered:
Dear Kevin
This is cross-post both in CFD online and here;
https://www.cfd-online.com/Forums/openfoam-verification-validation/124363-interfoam-validation-bubble-droplet-flows-microfluidics-3.html#post844381
I have installed OpenFoam4x in order to use your "kva_interfaceProperties", and I tested and Openfoam4x works fine. When I want to compile the, below sections works fine and generates a folder named "farzad-4.x", and I have it here;
[CODE]OpenFOAM/farzad-4.x/libraries/kva_interfaceProperties[/CODE]
So your commands worked up to here;
Now I want to recompile my solver and as you suggested, I did this;
but here, below code does not work;
which gives below error;
why? and what should I do?
just as a reminder, For openfoam4x I have these 3 main folders;
Thanks,
Farzad
The text was updated successfully, but these errors were encountered: