CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [Technical] Time dependent inlet speed crashing (https://www.cfd-online.com/Forums/openfoam-meshing/242749-time-dependent-inlet-speed-crashing.html)

Antonx963 May 9, 2022 11:54

Time dependent inlet speed crashing
 
2 Attachment(s)
Hi,

There is probably something small i'm missing, but when i try to run the uniformFixedValue BC for my inlet with uniformValue table ((0 0) (3 33.13) (5 33.13)); I get the error shown in the pic. I copied the table straight from the openfoam user guide and only changed the values. Absolutely losing my mind over what i have done wrong lol. Anyone know my mistake? Thanks in advance

Anton

jherb June 30, 2022 10:00

It expects a vector for the velocity so something like

Code:

((0 (0 0 0)) (3 (0 0 33.13)) (5 (0 0 33.13))

see https://www.cfd-online.com/Forums/op...-tutorial.html


All times are GMT -4. The time now is 17:59.