SteadyVelocityField¶
Steady Velocity Field Generator
SteadyVelocityFieldclass inherited fromBaseGeneratorThe object creates a steady velocity field with the velocity and flow direction specified by the user.
To call this generator, the
generator_id = SteadyVelocityFieldshall be used. This is parsed as the value for thevelocity_field_generatorkey in the desired aerodynamic solver’s settings.Parameters: in_dict (dict) – Input data in the form of dictionary. See acceptable entries below:
Name Type Description Default u_inffloatFree stream velocity magnitude 0u_inf_directionlist(float)x,yandzrelative components of the free stream velocity[1.0, 0.0, 0.0]Acceptable data types of the input data
Type: dict
Default values for input data should the user not provide them
Type: dict
Free stream velocity selection
Type: float
x,yandzrelative contributions to the free stream velocityType: list(float)
See also