Skip to content

Test Solver #1

@charga

Description

@charga

I'm begin with this libary and I found some Java samples tha can be converted to .NET. :
FlowSystemInterface pipe = new PipeFlowSystem();
pipe.setNumberOfLegs(10);
pipe.setNumberOfNodesInLeg(2);
...
pipe.createSystem();
pipe.init();
pipe.solveSteadyState(10);
...
It works. My question is about individual pipe legs. Notice that are created automatically. Correct? Can I create or modify manually , like
neqsim.fluidMechanics.flowLeg.pipeLeg.PipeLeg leg = new neqsim.fluidMechanics.flowLeg.pipeLeg.PipeLeg();
leg.setLongitudionalCoordinates(10, 10);
leg.setNumberOfNodes(2);
...
and asociate to PipeFlowSystem ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions