|
[Sponsors] |
Custom compiled PointPatchField not detected in foam-extend 4.1 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 26, 2023, 11:56 |
Custom compiled PointPatchField not detected in foam-extend 4.1
|
#1 |
New Member
Aqeel Ahmed
Join Date: Feb 2017
Posts: 5
Rep Power: 9 |
Hi,
I am trying to compile a custom pointPatchField from https://github.com/solids4foam/solid...aryingVelocity Boundary condition compiles but is not picked up by the solver. The controlDict contains the additional lib that is generated ("libmyFoam.so"). Test on normal fvPatch field works and custom boundary is picked up by the solver. The contents of Make/files Code:
pointPatchFields = fields/pointPatchFields derivedPointPatchFields = $(pointPatchFields)/derived $(derivedPointPatchFields)/timeVaryingVelocity/timeVaryingVelocityPointPatchVectorField.C LIB = $(FOAM_USER_LIBBIN)/libmyFoam Code:
EXE_INC = \ -I$(LIB_SRC)/foam/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude LIB_LIBS = \ -lfoam \ -lfiniteVolume \ -lmeshTools Is there any easy fix? |
|
Tags |
custom boundary condition, foam-extend 4.1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
type limitTemperature problem | AdamRM | OpenFOAM Running, Solving & CFD | 6 | November 16, 2023 06:55 |
Error SIGSEGV using VOF and UDF | JERC_UTFSM | Fluent UDF and Scheme Programming | 14 | November 8, 2021 00:17 |
[ANSYS Meshing] Help with element size | sandri_92 | ANSYS Meshing & Geometry | 14 | November 14, 2018 08:54 |
is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 02:27 |
user subroutine error | CFDUSER | CFX | 2 | December 9, 2006 07:31 |