CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Table Boundary Condition error (https://www.cfd-online.com/Forums/openfoam-solving/137575-table-boundary-condition-error.html)

GregM June 18, 2014 16:45

Table Boundary Condition error
 
So I have a quick question, running openfoam 2.1.1

When running simplefoam, in the 0\U file, the following works (I am hand typing so I may miss a capitol or two)
Code:

boundaryField
{

inlet
{
type uniformFixedValue;
uniformValue table
(
(0 (0 0 0))
(1 (0 0 1))
(1000 (0 0 1))
);

however when running SRFSimpleFoam with the SRFVelocity type, I can not figure out how to get the same tabular input to function. Any suggestions?

thanks
Greg


All times are GMT -4. The time now is 12:32.