fluidsim_core.output.phys_fields_snek5000

Concrete PhysField class for Snek5000

class fluidsim_core.output.phys_fields_snek5000.PhysFields4Snek5000(output=None)[source]

Bases: PhysFieldsABC

_cls_movies

alias of MoviesBasePhysFieldsHexa

_cls_set_of_files

alias of SetOfPhysFieldFiles

get_key_field_to_plot(forbid_compute=False, key_prefered=None)[source]

Get the key corresponding to the field to be plotted

get_field_to_plot(key=None, time=None, idx_time=None, equation=None, interpolate_time=True, skip_vars=())[source]

Get the field to be plotted in process 0.

get_vector_for_plot(from_state=False, time=None, interpolate_time=True, skip_vars=())[source]

Get the vector components

_get_axis_data(equation)[source]

Get x and y axes data

_abc_impl = <_abc._abc_data object>

Classes

PhysFields4Snek5000([output])