|
[Sponsors] |
Implementing new oscillating boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 19, 2009, 03:27 |
Hi FOAMers,
I want to write
|
#1 |
Member
Christof Benz
Join Date: Mar 2009
Posts: 52
Rep Power: 17 |
Hi FOAMers,
I want to write a new oscillatingFixedValue boundary condition for meshMotion. So I copy and rename the following dictionaries /src/tetDecompositionFiniteElement/fields/tetPolyPatchFields/derived/oscillating FixedValue/ and /src/OpenFOAM/fields/PointPatchFields/derived/oscillatingFixedValue/. After that I make "wmake libso Make.cellDecomp" an I get the following compilation error: Making dependency list for source file fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C SOURCE=fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFix edValueFFTTetPolyPatchFields.C ; g++ -m64 -Dlinux64 -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -march=opteron -O3 -DNoRepository -ftemplate-depth-40 -DCELL_DECOMP -IlnInclude -I. -I/home/cluster/cbenz/OpenFOAM/OpenFOAM-1.4.1-dev/src/OpenFOAM/lnInclude -fPIC -c $SOURCE -o Make.cellDecomp/linux64GccDPOpt/oscillatingFixedValueFFTTetPolyPatchFields.o In file included from fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:31: fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.H:49: Fehler: expected initializer before »<« token fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.H:49: Fehler: expected initializer before »<« token fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.H:49: Fehler: expected initializer before »<« token fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.H:49: Fehler: expected initializer before »<« token fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.H:49: Fehler: expected initializer before »<« token fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: »oscillatingFixedValueFFTTetPolyPatchScalarField« wurde nicht deklariert (not declared) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: »oscillatingFixedValueFFTTetPolyPatchScalarField« wurde nicht deklariert (not declared) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: »oscillatingFixedValueFFTTetPolyPatchScalarField« wurde nicht deklariert (not declared) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: »oscillatingFixedValueFFTTetPolyPatchScalarField« wurde nicht deklariert (not declared) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Warnung: Variable »Foam::debug« wird nicht verwendet (not used) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: »oscillatingFixedValueFFTTetPolyPatchScalarField« wurde in diesem Gültigkeitsbereich nicht definiert (not declared in this scope) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: Templateargument 1 ist ungültig (Template argument 1 is invalid) fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: invalid type in declaration before »;« token fields/tetPolyPatchFields/derived/oscillatingFixedValueFFT/oscillatingFixedValue FFTTetPolyPatchFields.C:46: Fehler: »oscillatingFixedValueFFTTetPolyPatchScalarField« wurde in diesem Gültigkeitsbereich nicht definiert (not declared in this scope) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implementing a New Boundary Condition | cliffoi | OpenFOAM Running, Solving & CFD | 8 | February 11, 2008 13:11 |
Implementing PseudoMass Transfer Boundary Condition | rsungkorn | OpenFOAM Running, Solving & CFD | 0 | February 11, 2008 08:28 |
Problems implementing a boundary condition | ogloth | OpenFOAM Running, Solving & CFD | 3 | July 17, 2007 16:36 |
Implementing boundary condition for LES | Linfeng BI | Main CFD Forum | 2 | December 9, 2002 09:58 |
implementing boundary conditions | Andreas Abdon | CFX | 2 | March 15, 2000 14:20 |