AdrienWehrle / diuca

GNU Lesser General Public License v2.1
0 stars 1 forks source link

Missing parameter in `icestream` FV #7

Closed AdrienWehrle closed 7 months ago

AdrienWehrle commented 7 months ago

for now problems/icestream_fv_3d_SI.i proposed in https://github.com/AdrienWehrle/diuca/pull/6 gives

*** ERROR ***
[local_path]/projects/diuca/problems/icestream_fv_3d_SI.i:252: missing required parameter 'Functions/FunctorMaterials/type'
    Doc String: "A string representing the Moose Object that will be built by this Action"
GiudGiud commented 7 months ago

It shouldnt be this Functions/FunctorMaterials/type

Both Functions and FunctorMaterials are both top-level blocks

AdrienWehrle commented 7 months ago

Thanks, I had an unclosed block...!