Class ClosedBranchSide2DcFlowEquationTerm

    • Method Detail

      • update

        public void update​(double[] x)
        Description copied from interface: EquationTerm
        Update equation term using x variable values.
        Parameters:
        x - variables values vector
      • eval

        public double eval()
        Description copied from interface: EquationTerm
        Evaluate equation term.
        Returns:
        value of the equation term
      • der

        public double der​(Variable variable)
        Description copied from interface: EquationTerm
        Get partial derivative.
        Parameters:
        variable - the variable the partial derivative is with respect to
        Returns:
        value of the partial derivative
      • rhs

        public double rhs()
        Description copied from interface: EquationTerm
        Get part of the partial derivative that has to be moved to right hand side.
        Returns:
        value of part of the partial derivative that has to be moved to right hand side