Searched refs:Joule (Results 1 – 3 of 3) sorted by relevance
245 units->Joule = units->kilogram * PetscSqr(units->meter) / PetscSqr(units->second); in ProcessCommandLineOptions()246 units->J_per_kg_K = units->Joule / (units->kilogram * units->Kelvin); in ProcessCommandLineOptions()248 units->W_per_m_K = units->Joule / (units->second * units->meter * units->Kelvin); in ProcessCommandLineOptions()
193 PetscScalar Joule; member
496 E_wind *= units->Joule; in NS_ADVECTION()