|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Sabyasachi Roy
Join Date: Mar 2025
Posts: 3
Rep Power: 2 ![]() |
I was trying to write an equation that is a second derivative of time.
For example, the wave equation, Code:
fvm::d2dt2(T) == fvm::laplacian(DT, T) But it shows error that: HTML Code:
error: ‘d2dt2’ is not a member of ‘Foam::fvm’; did you mean ‘ddt’?
68 | fvm::d2dt2(T)
| ^~~~~
| ddt
|
|
|
|
|
|
|
|
|
#2 | |
|
Member
Amirhossein Taran
Join Date: Sep 2016
Location: Dublin, Ireland
Posts: 65
Rep Power: 11 ![]() |
Quote:
Have you included relevant headers within your application? I suggest you take a look at: Code:
solvers/acoustic/acousticFoam/paEqn.H Code:
acousticFoam.C You'll see that these headers are being included: Code:
#include "fvCFD.H" #include "fvOptions.H" Amir. |
||
|
|
|
||
|
|
|
#3 |
|
New Member
Sabyasachi Roy
Join Date: Mar 2025
Posts: 3
Rep Power: 2 ![]() |
Thank you.
|
|
|
|
|
|
![]() |
| Tags |
| error, fvm::d2dt2(), fvm::ddt() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
| Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
| Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 07:59 |
| OpenFoam 14 installation problem | gfcoppola | OpenFOAM Installation | 20 | November 2, 2007 14:38 |
| DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |