Lines Matching refs:kilogram
50 PetscReal meter, kilogram, second, Kelvin; /* Fundamental units */ member
977 PetscReal meter = 0, kilogram = 0, second = 0, Kelvin = 0, Joule = 0, Watt = 0; in RDCreate() local
990 rd->unit.kilogram = 1.; in RDCreate()
996 rd->unit.kilogram = 1.e12; in RDCreate()
1006 …ram", "Mass of 1 kilogram in nondimensional units", "", rd->unit.kilogram, &rd->unit.kilogram, 0)); in RDCreate()
1010 rd->unit.Joule = rd->unit.kilogram * PetscSqr(rd->unit.meter / rd->unit.second); in RDCreate()
1014 kilogram = rd->unit.kilogram; in RDCreate()
1080 rd->rho = 1.17e-3 * kilogram / (meter * meter * meter); /* density */ in RDCreate()
1081 … = 7.44e18 * PetscPowRealInt(meter, 5) * PetscPowReal(Kelvin, 3.5) * PetscPowRealInt(kilogram, -2); in RDCreate()
1082 … = 2.33e20 * PetscPowRealInt(meter, 5) * PetscPowReal(Kelvin, 3.5) * PetscPowRealInt(kilogram, -2); in RDCreate()
1084 …rd->m_p = 1.673e-27 * kilogram; /*… in RDCreate()
1085 …rd->m_e = 9.109e-31 * kilogram; /*… in RDCreate()