-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Thanks for sharing this execellent library
foamlib is unable to parse fvExpressionField functionObject in the controlDict :
test
{
type exprField;
libs (fieldFunctionObjects);
field pTotal;
expression "p + 0.5*(rho*magSqr(U))";
dimensions [ Pa ]; // this is the line that causes the error
}
It prints the following error message:
pyparsing.exceptions.ParseException: Expected end of text, found '{' (at char 1241), (line:58, col:1)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request