TARANG.lib.valid.val_init#
Functions#
|
Initialize the hydrodynamic field for validation. |
|
Initialize the magnetohydrodynamic (MHD) field for validation. |
|
Initialize the hydrodynamic field for validation. |
Module Contents#
- TARANG.lib.valid.val_init.val_field_hydro(para, U)#
Initialize the hydrodynamic field for validation.
- Parameters:
U (VectorField) – VectorField object representing the velocity field.
- Return type:
None
- TARANG.lib.valid.val_init.val_field_mhd(para, U, B)#
Initialize the magnetohydrodynamic (MHD) field for validation.
- Parameters:
B (VectorField) – VectorField object representing the magnetic field.
- Return type:
None
- TARANG.lib.valid.val_init.val_field_scalar(para, U, T)#
Initialize the hydrodynamic field for validation.
- Parameters:
U (VectorField) – VectorField object representing the velocity field.
- Return type:
None