TARANG.lib.force.maintain_field#

Functions#

maintain_field_mhd(para, U, B)

maintain_field_scalar(para, U, T)

Maintain the fields for the vector and scalar fields.

maintain_field_hydro(para, U)

Maintain the hydrodynamic field for the vector field.

Module Contents#

TARANG.lib.force.maintain_field.maintain_field_mhd(para, U, B)#
TARANG.lib.force.maintain_field.maintain_field_scalar(para, U, T)#

Maintain the fields for the vector and scalar fields.

Parameters:
  • U (VectorField) – VectorField object representing the velocity field.

  • T (ScalarField) – ScalarField object representing the scalar field.

Return type:

None

TARANG.lib.force.maintain_field.maintain_field_hydro(para, U)#

Maintain the hydrodynamic field for the vector field.

Parameters:

U (VectorField) – VectorField object representing the velocity field.

Return type:

None