You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vel = my_of_reader.create_dolfinx_function(t=2.5, name="U")
39
+
```
40
+
41
+
> [!NOTE]
42
+
> Currently only domains with a unique cell type across the domain are supported. Furthermore, only vtk type cells 10 - tetrahedron and 12 - hexhedron are supported.
43
+
44
+
## Multiple fields
45
+
46
+
Consider a case where in the same file there is both a temperature and velocity field to read at
If you are unaware of the time values with data within the OpenFOAM data, you can check with the `time_values` function within the 'reader' attribute of the 'OpenFOAMReader' class:
0 commit comments