|
[Sponsors] |
modify scalarTransportFoam, problems need help |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 29, 2017, 04:00 |
modify scalarTransportFoam, problems need help
|
#1 |
New Member
Jerry
Join Date: Nov 2017
Posts: 3
Rep Power: 9 |
Dear all.
I want to modify the salarTransportFoam to solve another problems.The code like this: fvScalarMatrix VaEqn ( - fvm::laplacian(Per, Va) == F*(Z1*C1+Z2*C2) ); The fvSchemes file like this: ddtSchemes { default Euler; } gradSchemes { default Gauss linear; } divSchemes { default Gauss linear; } laplacianSchemes { default none; laplacian(Per, Va) Gauss linear corrected; } interpolationSchemes { default linear; } snGradSchemes { default corrected; } when runing ,it displayed the following mistake: "ill defined primitiveEntry starting at keyword 'laplacian(Per,' on line 36 and ending at line 57" From function void Foam:rimitiveEntry::readEntry(const Foam::dictionary&, Foam::Istream&) in file db/dictionary/primitiveEntry/primitiveEntryIO.C at line 189. I need help very much. Thank you very much. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ScalarTransportFoam for RTD calculations | santoo_cfd | OpenFOAM Running, Solving & CFD | 39 | July 12, 2021 02:15 |
[ICEM] Problems with coedge curves and surfaces | tommymoose | ANSYS Meshing & Geometry | 6 | December 1, 2020 12:12 |
ScalarTransportFoam and turbulent diffusion coefficient | rybakov2 | OpenFOAM Running, Solving & CFD | 2 | June 24, 2014 15:21 |
Needed Benchmark Problems for FSI | Mechstud | Main CFD Forum | 4 | July 26, 2011 13:13 |
modify scalarTransportFoam, problems need help | panda60 | OpenFOAM | 8 | December 4, 2009 13:30 |