Open seanpearsonuk opened 2 months ago
Discussion from Scrum (24/09/2024)
solver.setup.materials.fluid.make_acopy(from="water",to="water-2") -->> Should return python object like 'create'
solver.setup.materials.fluid.rename(old="bob", new="bobby") -->> Can be fixed from settings-api to not return anything
Current behavior in
PyConsole:
PyFluent:
Both are consistent and does not return anything. Need to look into 'make_a_copy' to return object.
'create' returns a string in PyConsole:
but an object in PyFluent:
Need to address this inconsistency. cc. @mkundu1, @seanpearsonuk
Current behavior:
materials method make_a_copy returns string as follows:
Rename goes like this (it returns a string list):
create behaves differently to make_a_copy. create returns an object. Why only this one?