TARANG.libp.solver_fns.compute_nlin_hydro#

Attributes#

Functions#

compute_prod_transform(U, univ)

Compute the product and transform for the hydrodynamic field.

compute_nlin_hydro(t, U, univ)

Compute the nonlinear terms for the hydrodynamic field.

compute_dt_hydro(U, univ)

Module Contents#

TARANG.libp.solver_fns.compute_nlin_hydro.comm#
TARANG.libp.solver_fns.compute_nlin_hydro.rank#
TARANG.libp.solver_fns.compute_nlin_hydro.nprocs#
TARANG.libp.solver_fns.compute_nlin_hydro.compute_prod_transform(U, univ)#

Compute the product and transform for the hydrodynamic field.

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

  • univ (UniversalArrays) – UniversalArrays object for temporary storage.

Return type:

None

TARANG.libp.solver_fns.compute_nlin_hydro.compute_nlin_hydro(t, U, univ)#

Compute the nonlinear terms for the hydrodynamic field.

Parameters:
  • t (float) – Current time.

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

  • univ (UniversalArrays) – UniversalArrays object for temporary storage.

Return type:

None

TARANG.libp.solver_fns.compute_nlin_hydro.compute_dt_hydro(U, univ)#