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

error - help me?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2017, 18:47
Default error - help me?
  #1
New Member
 
xirtam's Avatar
 
Fábio
Join Date: Nov 2016
Posts: 19
Rep Power: 9
xirtam is on a distinguished road
--> FOAM FATAL IO ERROR:
"ill defined primitiveEntry starting at keyword 'laplacian(K,' on line 37 and ending at line 53"

file: C:/OpenFOAM/17.06/ffrei-dev/run/case/system/fvSchemes at line 53.

From function void Foam:rimitiveEntry::readEntry(const Foam::dictionary&, Foam::Istream&)
in file db/dictionary/primitiveEntry/primitiveEntryIO.C at line 189.

FOAM exiting
xirtam is offline   Reply With Quote

Old   November 20, 2017, 04:31
Default
  #2
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
We need your fvschemes file.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   December 1, 2017, 07:47
Default
  #3
New Member
 
Jerry
Join Date: Nov 2017
Posts: 3
Rep Power: 8
dansan is on a distinguished road
hi.
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.
dansan is offline   Reply With Quote

Reply


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



All times are GMT -4. The time now is 15:14.