I have a simulation Case object:
Case theCase=arguments.InputCase;
I can get its related development strategy via:
Slb.Ocean.Petrel.Simulation.EclipseFormatSimulator.Arguments args=WellKnownSimulators.ECLIPSE100.GetEclipseFormatSimulatorArguments(theCase);
DevelopmentStrategy oldStrategy=args.Strategies.DevelopmentStrategies.First();
I need to get some of oldStrategy's members such the Dates that rules have been declared. I also need to change some parts of oldStrategy rules at any date such as "AnnularFCVs" fraction open.
How can I access these parts of an existing development strategy?
for example in the above picture, my strategy is "ND" and I have to change one of rules which is valve aperture/fraction open at some dates. how can I do that with ocean and if it is not possible to edit rules, how can I change its associated well folder instead at that date? I don't see any date to choose my rule in the selected strategy to try to edit it!
If there is no answer to this question, could anybody please show me how can I show the "Development Strategy" process window when it's needed?!