CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Good habit

Register Blogs Community New Posts Updated Threads Search

Good habit
Old

could not open file ** for ** when compiling

Posted March 31, 2017 at 12:46 by kindle

if the problem is :
could not open file ** for xx due to No such file or directory. Maybe it's that after option -I you have a blank space before the INC directory.

Code:
-I$(LIB_USER_SRC)/viscoelasticFluidFoam-1.0-OpenFOAM-2.1.x/src/transportModels/viscoelastic/lnInclude
will do but
Code:
-I $(LIB_USER_SRC)/viscoelasticFluidFoam-1.0-OpenFOAM-2.1.x/src/transportModels/viscoelastic/lnInclude
may not.

Quote:
Originally Posted by Artur View Post
Hi,

I've just built OF 2.2.2 from
...
New Member
Views 923 Comments 0 kindle is offline Edit Tags
Old

corrupted double-linked list

Posted February 21, 2017 at 13:04 by kindle

I copied a derived boundary condition from src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet modified and recompiled it in user directory. It compiles and I name the new library libturbulentInletUser.
When using it in a simluation. Running the solver seems all right but I get "corrupted double-linked list" when I call "blockMesh" or "decomposePar".

In the source code, all classes in finiteVolume is compiled as a single library which contains...
New Member
Posted in Good habit, runtime
Views 978 Comments 0 kindle is offline Edit Tags

All times are GMT -4. The time now is 18:38.