예제 #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)
예제 #2
0
 def __init__(self):
     F = R_dimensionless
     R = R_dimensionless
     M = SpaceProduct(())
     PrimitiveDP.__init__(self, F=F, R=R, M=M)
예제 #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)
예제 #4
0
    def __init__(self):
        F = R_Weight_g
        R = R_Power

        M = SpaceProduct(())
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
예제 #5
0
파일: dp_bat2.py 프로젝트: AndreaCensi/mcdp
    def __init__(self):
        F = PosetProduct(())
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
예제 #6
0
파일: dp_bat2.py 프로젝트: AndreaCensi/mcdp
    def __init__(self):
        F = Single("navigate")
        R = PosetProduct((R_Power, R_Time))

        M = R_Power
        PrimitiveDP.__init__(self, F=F, R=R, M=M)
예제 #7
0
파일: dp_bat2.py 프로젝트: AndreaCensi/mcdp
 def __init__(self):
     F = R_dimensionless
     R = R_dimensionless
     M = SpaceProduct(())
     PrimitiveDP.__init__(self, F=F, R=R, M=M)
예제 #8
0
파일: dp_bat2.py 프로젝트: AndreaCensi/mcdp
    def __init__(self):
        F = R_Weight_g
        R = R_Power

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