CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Custom compiled PointPatchField not detected in foam-extend 4.1

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 26, 2023, 10:56
Default Custom compiled PointPatchField not detected in foam-extend 4.1
  #1
New Member
 
Aqeel Ahmed
Join Date: Feb 2017
Posts: 5
Rep Power: 9
AqeelAhmed168 is on a distinguished road
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
Make/options
Code:
EXE_INC = \
    -I$(LIB_SRC)/foam/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude 

LIB_LIBS = \
    -lfoam \
    -lfiniteVolume \
    -lmeshTools

Is there any easy fix?
AqeelAhmed168 is offline   Reply With Quote

Reply

Tags
custom boundary condition, foam-extend 4.1


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
type limitTemperature problem AdamRM OpenFOAM Running, Solving & CFD 6 November 16, 2023 05:55
Error SIGSEGV using VOF and UDF JERC_UTFSM Fluent UDF and Scheme Programming 14 November 7, 2021 23:17
[ANSYS Meshing] Help with element size sandri_92 ANSYS Meshing & Geometry 14 November 14, 2018 07:54
is internalField(U) equivalent to zeroGradient? immortality OpenFOAM Running, Solving & CFD 7 March 29, 2013 01:27
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31


All times are GMT -4. The time now is 21:50.