Exemplo n.º 1
0
    def __init__(self):
        F = PosetProduct(())
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 2
0
 def __init__(self):
     F = R_dimensionless
     R = R_dimensionless
     M = SpaceProduct(())
     PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 3
0
    def __init__(self):
        F = Single("navigate")
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 4
0
    def __init__(self):
        F = R_Weight_g
        R = R_Power

        M = SpaceProduct(())
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 5
0
    def __init__(self):
        F = PosetProduct(())
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 6
0
    def __init__(self):
        F = Single("navigate")
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 7
0
 def __init__(self):
     F = R_dimensionless
     R = R_dimensionless
     M = SpaceProduct(())
     PrimitiveDP.__init__(self, F=F, R=R, M=M)
Exemplo n.º 8
0
    def __init__(self):
        F = R_Weight_g
        R = R_Power

        M = SpaceProduct(())
        PrimitiveDP.__init__(self, F=F, R=R, M=M)