-
Notifications
You must be signed in to change notification settings - Fork 14
Description
On this Branch and case: https://github.com/erdc/air-water-vv/tree/Branoc_2DOWC/2d/floatingStructures/2D_OWC_Chrono
I've been getting a recurring error for over a month where the boundary flags are not being applied properly. The simulations will run properly for a while, and then i'll experience this error again.
Running make distclean and make develop appear to be a temporary fix, but not an ideal one.
Error Log:
Traceback (most recent call last):
File "/home/HR/bri/PROTEUS/proteus//centos/bin/parun", line 6, in
exec(compile(open(file).read(), file, 'exec'))
File "/home/HR/bri/PROTEUS/proteus/scripts/parun", line 449, in
so = proteus.defaults.load_system(args[0][:-3])
File "/home/HR/bri/PROTEUS/proteus/proteus/defaults.py", line 237, in load_system
so = imp.load_source(soModule, os.path.join(path, soModule+".py"))
File "./floating2D_so.py", line 18, in
case = import(name)
File "./floating2D.py", line 601, in
st.assembleDomain(domain)
File "/home/HR/bri/PROTEUS/proteus/proteus/mprans/SpatialTools.py", line 2045, in assembleDomain
assembleAuxiliaryVariables(domain)
File "/home/HR/bri/PROTEUS/proteus/proteus/mprans/SpatialTools.py", line 2099, in assembleAuxiliaryVariables
if not body.boundaryFlags:
AttributeError: 'mbd.CouplingFSI.ProtChBody' object has no attribute 'boundaryFlags'