diff --git a/examples/directed_energy_deposition/cylinder/master_app_mechanical.i b/examples/directed_energy_deposition/cylinder/master_app_mechanical.i index 3a382a7..2d7caef 100644 --- a/examples/directed_energy_deposition/cylinder/master_app_mechanical.i +++ b/examples/directed_energy_deposition/cylinder/master_app_mechanical.i @@ -127,21 +127,25 @@ dt = 200 [] [] -[Physics/SolidMechanics/QuasiStatic] - strain = FINITE - incremental = true - generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx ' - 'strain_zz strain_xy strain_xz strain_yz' - use_automatic_differentiation = true - [product] - block = '2' - eigenstrain_names = 'thermal_eigenstrain_product' - use_automatic_differentiation = true - [] - [substrate] - block = '3' - eigenstrain_names = 'thermal_eigenstrain_substrate' - use_automatic_differentiation = true +[Physics] + [SolidMechanics] + [QuasiStatic] + strain = FINITE + incremental = true + generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx ' + 'strain_zz strain_xy strain_xz strain_yz' + use_automatic_differentiation = true + [product] + block = '2' + eigenstrain_names = 'thermal_eigenstrain_product' + use_automatic_differentiation = true + [] + [substrate] + block = '3' + eigenstrain_names = 'thermal_eigenstrain_substrate' + use_automatic_differentiation = true + [] + [] [] [] @@ -255,15 +259,19 @@ dt = 200 marker = marker initial_marker = marker max_h_level = 3 - [Indicators/indicator] - type = GradientJumpIndicator - variable = temp_aux - [] - [Markers/marker] - type = ErrorFractionMarker - indicator = indicator - coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged - refine = 0.5 + [Indicators] + [indicator] + type = GradientJumpIndicator + variable = temp_aux + [] + [] + [Markers] + [marker] + type = ErrorFractionMarker + indicator = indicator + coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged + refine = 0.5 + [] [] [] diff --git a/examples/directed_energy_deposition/cylinder/sub_app_thermal.i b/examples/directed_energy_deposition/cylinder/sub_app_thermal.i index 511173d..05ca264 100644 --- a/examples/directed_energy_deposition/cylinder/sub_app_thermal.i +++ b/examples/directed_energy_deposition/cylinder/sub_app_thermal.i @@ -261,15 +261,19 @@ dt = 200 marker = marker initial_marker = marker max_h_level = 2 - [Indicators/indicator] - type = GradientJumpIndicator - variable = temp - [] - [Markers/marker] - type = ErrorFractionMarker - indicator = indicator - coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged - refine = 0.5 + [Indicators] + [indicator] + type = GradientJumpIndicator + variable = temp + [] + [] + [Markers] + [marker] + type = ErrorFractionMarker + indicator = indicator + coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged + refine = 0.5 + [] [] [] diff --git a/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i b/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i index 6cb205d..963e1e6 100644 --- a/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i +++ b/examples/directed_energy_deposition/hollow_cylinder/master_app_mechanical.i @@ -127,21 +127,25 @@ dt = 20 [] [] -[Physics/SolidMechanics/QuasiStatic] - strain = FINITE - incremental = true - generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx ' - 'strain_zz strain_xy strain_xz strain_yz' - use_automatic_differentiation = true - [product] - block = '2' - eigenstrain_names = 'thermal_eigenstrain_product' - use_automatic_differentiation = true - [] - [substrate] - block = '3' - eigenstrain_names = 'thermal_eigenstrain_substrate' - use_automatic_differentiation = true +[Physics] + [SolidMechanics] + [QuasiStatic] + strain = FINITE + incremental = true + generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx ' + 'strain_zz strain_xy strain_xz strain_yz' + use_automatic_differentiation = true + [product] + block = '2' + eigenstrain_names = 'thermal_eigenstrain_product' + use_automatic_differentiation = true + [] + [substrate] + block = '3' + eigenstrain_names = 'thermal_eigenstrain_substrate' + use_automatic_differentiation = true + [] + [] [] [] @@ -255,15 +259,19 @@ dt = 20 marker = marker initial_marker = marker max_h_level = 3 - [Indicators/indicator] - type = GradientJumpIndicator - variable = temp_aux - [] - [Markers/marker] - type = ErrorFractionMarker - indicator = indicator - coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged - refine = 0.5 + [Indicators] + [indicator] + type = GradientJumpIndicator + variable = temp_aux + [] + [] + [Markers] + [marker] + type = ErrorFractionMarker + indicator = indicator + coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged + refine = 0.5 + [] [] [] diff --git a/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i b/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i index 90075e7..076de7d 100644 --- a/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i +++ b/examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i @@ -266,15 +266,19 @@ dt = 20 marker = marker initial_marker = marker max_h_level = 2 - [Indicators/indicator] - type = GradientJumpIndicator - variable = temp - [] - [Markers/marker] - type = ErrorFractionMarker - indicator = indicator - coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged - refine = 0.5 + [Indicators] + [indicator] + type = GradientJumpIndicator + variable = temp + [] + [] + [Markers] + [marker] + type = ErrorFractionMarker + indicator = indicator + coarsen = 0 # coarsening is pending MOOSE PR #23078 being merged + refine = 0.5 + [] [] []