|
[Sponsors] |
October 23, 2021, 10:35 |
Wrong token type error
|
#1 | ||
New Member
Tommaso Negosanti
Join Date: Oct 2021
Posts: 7
Rep Power: 4 |
Hi all,
I' m currently studying a 2D section of a motorbike for my final thesis project. While trying to run the solver pimpleFoam the simulation do not start and openFoam report this error: Quote:
Now, i triple checked that the boundary conditions on my /0/p file where correct but i post it here since it seems that the cause of the problem is located there. Line 20 is the line where internalField value is set. p file (i removed the header for the sake of clarity) Quote:
Can anybody help me? Could it be related to something extern of the p file? |
|||
October 23, 2021, 12:47 |
|
#2 |
Member
Join Date: Aug 2017
Location: Algeria
Posts: 98
Rep Power: 9 |
Because internalField also contains the word uniform, You are using that word twice.
Change this: Code:
outlet { type fixedValue; value uniform $internalField; } Code:
outlet { type fixedValue; value $internalField; } |
|
October 23, 2021, 14:42 |
|
#3 |
New Member
Tommaso Negosanti
Join Date: Oct 2021
Posts: 7
Rep Power: 4 |
Wow, now i feel like a stupid.
Now the simulation work like a charm. Thanks a lot! |
|
Tags |
expected scalar, fatal error, problem |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure outlet boundary condition | rolando | OpenFOAM Running, Solving & CFD | 62 | September 18, 2017 06:45 |
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch | gschaider | OpenFOAM Installation | 225 | August 25, 2015 19:43 |
OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 09:17 |
checking the system setup and Qt version | vivek070176 | OpenFOAM Installation | 22 | June 1, 2010 12:34 |
user subroutine error | CFDUSER | CFX | 2 | December 9, 2006 06:31 |