The base class for the RemeshFluidDomainsProcess.
More...
◆ __init__() [1/2]
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.__init__ |
( |
|
self, |
|
|
|
Model, |
|
|
|
custom_settings |
|
) |
| |
◆ __init__() [2/2]
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.__init__ |
( |
|
self, |
|
|
|
Model, |
|
|
|
custom_settings |
|
) |
| |
◆ BuildMeshBoundaryForFluids()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.BuildMeshBoundaryForFluids |
( |
|
self | ) |
|
This function Builds the mesh boundaries for the fluids.
◆ ExecuteAfterOutputStep()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteAfterOutputStep |
( |
|
self | ) |
|
◆ ExecuteBeforeOutputStep()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteBeforeOutputStep |
( |
|
self | ) |
|
◆ ExecuteFinalize()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteFinalize |
( |
|
self | ) |
|
This function executes the Finalize of the process.
◆ ExecuteInitialize() [1/2]
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteInitialize |
( |
|
self | ) |
|
◆ ExecuteInitialize() [2/2]
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteInitialize |
( |
|
self | ) |
|
◆ ExecuteInitializeSolutionStep()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteInitializeSolutionStep |
( |
|
self | ) |
|
◆ ExecuteMeshing()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.ExecuteMeshing |
( |
|
domain | ) |
|
◆ GetMeshingStep()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.GetMeshingStep |
( |
|
self | ) |
|
◆ GetModelManager()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.GetModelManager |
( |
|
self | ) |
|
◆ InitializeDomains()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.InitializeDomains |
( |
|
self | ) |
|
◆ IsMeshingStep()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.IsMeshingStep |
( |
|
self | ) |
|
◆ RemeshFluidDomains()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.RemeshFluidDomains |
( |
|
self | ) |
|
◆ SearchNodalH()
def remesh_fluid_domains_process.RemeshFluidDomainsProcess.SearchNodalH |
( |
|
self, |
|
|
|
model_part, |
|
|
|
echo_level |
|
) |
| |
◆ counter
remesh_fluid_domains_process.RemeshFluidDomainsProcess.counter |
◆ dimension
remesh_fluid_domains_process.RemeshFluidDomainsProcess.dimension |
◆ echo_level
remesh_fluid_domains_process.RemeshFluidDomainsProcess.echo_level |
◆ fileTotalVolume
remesh_fluid_domains_process.RemeshFluidDomainsProcess.fileTotalVolume |
◆ main_model_part
remesh_fluid_domains_process.RemeshFluidDomainsProcess.main_model_part |
◆ mesher_utils
remesh_fluid_domains_process.RemeshFluidDomainsProcess.mesher_utils |
◆ meshing_before_output
remesh_fluid_domains_process.RemeshFluidDomainsProcess.meshing_before_output |
◆ meshing_control_is_time
remesh_fluid_domains_process.RemeshFluidDomainsProcess.meshing_control_is_time |
◆ meshing_domains
remesh_fluid_domains_process.RemeshFluidDomainsProcess.meshing_domains |
◆ meshing_frequency
remesh_fluid_domains_process.RemeshFluidDomainsProcess.meshing_frequency |
◆ model_meshing
remesh_fluid_domains_process.RemeshFluidDomainsProcess.model_meshing |
choose just one of the following two options: ############ use this if you want conditions ATTENTION: this is slow, and must be used together with GenerateNewConditionsForFluids and BuildModelPartBoundary self.model_meshing = KratosPfemFluid.ModelMeshingWithConditionsForFluids(self.main_model_part, meshing_options, self.echo_level)
if you use the following, you will not use/build/compute conditions ATTENTION: it must be used together with BuildMeshBoundaryForFluids and BuildModelPartBoundaryForFluids
◆ neighbour_search_performed
remesh_fluid_domains_process.RemeshFluidDomainsProcess.neighbour_search_performed |
◆ neighbours_search_performed
remesh_fluid_domains_process.RemeshFluidDomainsProcess.neighbours_search_performed |
◆ next_meshing
remesh_fluid_domains_process.RemeshFluidDomainsProcess.next_meshing |
◆ number_of_domains
remesh_fluid_domains_process.RemeshFluidDomainsProcess.number_of_domains |
◆ remesh_domains_active
remesh_fluid_domains_process.RemeshFluidDomainsProcess.remesh_domains_active |
◆ remesh_executed
remesh_fluid_domains_process.RemeshFluidDomainsProcess.remesh_executed |
◆ settings
remesh_fluid_domains_process.RemeshFluidDomainsProcess.settings |
settings string in json format
overwrite the default settings with user-provided parameters
◆ step_count
remesh_fluid_domains_process.RemeshFluidDomainsProcess.step_count |
◆ update_conditions_on_free_surface
remesh_fluid_domains_process.RemeshFluidDomainsProcess.update_conditions_on_free_surface |
◆ write_total_volume
remesh_fluid_domains_process.RemeshFluidDomainsProcess.write_total_volume |
The documentation for this class was generated from the following file: