Hi,
we're new to nalu-wind and trying to run an example or two to see how it works.
There may be obvious usage errors, in which case I apologize for opening an issue.
I followed the user guide here.
I managed to compile everything, but in the simulation step with naluX, I get these exceptions:
abl_neutral:
'''
what(): TKE active with wall bc, however, no value of tke or wall function specified
'''
turbine_uniform_inflow
what(): Symmetry::fatal_error()
In the latter case, there was an outdated entry in a yaml file (.i had to be replaced by .yaml), so I suspect that these examples are not part of continuous integration testing. Any idea what might be going on? I checked out nalu-wind at revision ead59ab (master branch),
and openfast at 5f3fb6ef74f4. I had to patch the cmake system here and there but did not change the code or example files.
Hi,
we're new to nalu-wind and trying to run an example or two to see how it works.
There may be obvious usage errors, in which case I apologize for opening an issue.
I followed the user guide here.
I managed to compile everything, but in the simulation step with naluX, I get these exceptions:
abl_neutral:
'''
what(): TKE active with wall bc, however, no value of tke or wall function specified
'''
turbine_uniform_inflow
what(): Symmetry::fatal_error()
In the latter case, there was an outdated entry in a yaml file (.i had to be replaced by .yaml), so I suspect that these examples are not part of continuous integration testing. Any idea what might be going on? I checked out nalu-wind at revision ead59ab (master branch),
and openfast at 5f3fb6ef74f4. I had to patch the cmake system here and there but did not change the code or example files.