reservoirflow.fluids.SinglePhase.allow_synonyms#

SinglePhase.allow_synonyms()#

Allow full descriptions.

This function maps functions as following:

self.set_viscosity = self.set_mu
self.viscosity = self.mu
self.set_density = self.set_rho
self.density = self.rho
self.gravity = self.g
self.set_formation_volume_factor = self.set_FVF = self.set_B
self.formation_volume_factor = self.FVF = self.B
self.set_properties = self.set_props