Skip to content

Commit

Permalink
Update tests with new name for inlet function conditions, refs idahol…
Browse files Browse the repository at this point in the history
  • Loading branch information
GiudGiud committed Jun 20, 2022
1 parent bb035ac commit c7753c2
Show file tree
Hide file tree
Showing 27 changed files with 34 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This vector postprocessor generates multiple output columns with one row per MPI
|---------------|--------------|
| `hardware_id` | Ranks with a common hardware ID share common RAM (i.e. are located on the same compute node)|
| `total_ram` | Total available RAM on the compute node the respective MPI rank is located on.|
| `physical_mem`| Physical memory the current rank uses (default unit: MBs).|
| `physical_mem` | Physical memory the current rank uses (default unit: MBs).|
| `virtual_mem` | Virtual memory the current rank uses (the amount returned strongly depends on the operating system and does not reflect the physical RAM used by the simulation - default unit: MBs).|
| `page_faults` | Number of hard page faults encountered by the MPI rank. This number is only available on Linux systems and indicates the amount of swap activity (indicating low performance due to insufficient available RAM)|
| `node_utilization` | Indicates which fraction of the total RAM available on the compute node is occupied by MOOSE processes of the current simulation.|
Expand All @@ -23,21 +23,23 @@ This VectorPostprocessor can be visualized using the
AuxKernel.
Both the IDs:

!media media/vectorpostprocessors/ss_grid.png style=width:25%;margin-left:30px;float:left;
!media media/vectorpostprocessors/ss_grid.png style=width:32%;margin-left:30px;float:left;
caption=Refined grid

!media media/vectorpostprocessors/ss_processor_id.png style=width:25%;margin-left:30px;float:left
!media media/vectorpostprocessors/ss_processor_id.png style=width:32%;margin-left:30px;float:left
caption=Processor id (using [`ProcessorIDAux`](/ProcessorIDAux.md))

!media media/vectorpostprocessors/ss_hardware_id.png style=width:25%;margin-left:30px;float:left
!media media/vectorpostprocessors/ss_hardware_id.png style=width:32%;margin-left:30px;float:left
caption=Hardware id (i.e. compute node)


and the memory used:

!media media/vectorpostprocessors/ss_physical_mem.png style=width:25%;margin-left:30px;float:left

!media media/vectorpostprocessors/ss_physical_mem.png style=width:32%;margin-left:30px;float:left
caption=Physical memory used by rank

!media media/vectorpostprocessors/ss_node_utilization.png style=width:25%;margin-left:30px;float:left
!media media/vectorpostprocessors/ss_node_utilization.png style=width:32%;margin-left:30px;float:left
caption=Fraction of RAM used by the current simulation on the compute node


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cp=1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '1'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ alpha=1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '1'
passive_scalar_inlet_types = 'fixed-value'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ temp_ref=${fparse hot_temp / 2.}

inlet_boundaries = 'top'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = 'lid_function 0'
momentum_inlet_velocity_function = 'lid_function 0'
energy_inlet_types = 'heatflux'
energy_inlet_function = '0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ advected_interp_method='upwind'

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
passive_scalar_inlet_types = 'fixed-value'
passive_scalar_inlet_function = '1'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rho=1.1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
wall_boundaries = 'top bottom'
momentum_wall_types = 'slip slip'
outlet_boundaries = 'right'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ alpha=1
# Inlet boundary conditions
inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '1'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rho=1.1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
wall_boundaries = 'top bottom'
momentum_wall_types = 'noslip noslip'
outlet_boundaries = 'right'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rho=1.1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
wall_boundaries = 'top bottom'
momentum_wall_types = 'noslip noslip'
outlet_boundaries = 'right'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ h_fs = 0.01

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${u_inlet} 0'
momentum_inlet_velocity_function = '${u_inlet} 0'
energy_inlet_types = 'heatflux'
energy_inlet_function = '${fparse u_inlet * rho * cp * T_inlet}'
wall_boundaries = 'bottom top'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cp=1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '1'
passive_scalar_inlet_types = 'fixed-value'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rho=1

inlet_boundaries = 'bottom'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '0 1'
momentum_inlet_velocity_function = '0 1'
wall_boundaries = 'left right'
momentum_wall_types = 'symmetry noslip'
outlet_boundaries = 'top'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rho=1

inlet_boundaries = 'top'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'

wall_boundaries = 'left right bottom'
momentum_wall_types = 'noslip noslip noslip'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cp = 1

inlet_boundaries = 'top'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = 'lid_function 0'
momentum_inlet_velocity_function = 'lid_function 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mu = ${fparse rho * bulk_u * 2 * H / Re}

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'

wall_boundaries = 'top bottom'
momentum_wall_types = 'wallfunction symmetry'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ diff=1e-3
# Inlet boundary conditions
inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
passive_scalar_inlet_types = 'fixed-value'
passive_scalar_inlet_function = '1'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rho = 10

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'

wall_boundaries = 'top bottom'
momentum_wall_types = 'noslip noslip'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rho=1.1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
wall_boundaries = 'top bottom'
momentum_wall_types = 'slip slip'
outlet_boundaries = 'right'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rho=1

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '1 0'
momentum_inlet_velocity_function = '1 0'
wall_boundaries = 'top bottom'
momentum_wall_types = 'noslip symmetry'
outlet_boundaries = 'right'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ h_cv = 1.0

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${u_inlet} 0'
momentum_inlet_velocity_function = '${u_inlet} 0'
energy_inlet_types = 'heatflux'
energy_inlet_function = '${fparse u_inlet * rho * cp * T_inlet}'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ T_inlet=200

inlet_boundaries = 'bottom'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '0 ${v_inlet}'
momentum_inlet_velocity_function = '0 ${v_inlet}'
energy_inlet_types = 'heatflux'
energy_inlet_function = '${fparse v_inlet * rho * cp * T_inlet}'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ T_inlet=200

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${u_inlet} 0'
momentum_inlet_velocity_function = '${u_inlet} 0'
energy_inlet_types = 'heatflux'
energy_inlet_function = '${fparse u_inlet * rho * cp * T_inlet}'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ top_side_temperature = 150

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${u_inlet} 0'
momentum_inlet_velocity_function = '${u_inlet} 0'
energy_inlet_types = 'heatflux'
energy_inlet_function = '${fparse u_inlet * rho * cp * T_inlet}'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ advected_interp_method='upwind'

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${u_inlet} 0'
momentum_inlet_velocity_function = '${u_inlet} 0'
wall_boundaries = 'top bottom'
momentum_wall_types = 'noslip symmetry'
outlet_boundaries = 'right'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ forch=1.1

inlet_boundaries = 'left top bottom'
momentum_inlet_types = 'fixed-velocity fixed-velocity fixed-velocity'
momentum_inlet_function = 'exact_u exact_v exact_u exact_v exact_u exact_v'
momentum_inlet_velocity_function = 'exact_u exact_v exact_u exact_v exact_u exact_v'

outlet_boundaries = 'right'
momentum_outlet_types = 'fixed-pressure'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ top_side_temperature = 150

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${u_inlet} 0'
momentum_inlet_velocity_function = '${u_inlet} 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '${T_inlet}'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inlet_v = 0.001

inlet_boundaries = 'left'
momentum_inlet_types = 'fixed-velocity'
momentum_inlet_function = '${inlet_v} 0'
momentum_inlet_velocity_function = '${inlet_v} 0'
energy_inlet_types = 'fixed-temperature'
energy_inlet_function = '${inlet_temp}'

Expand Down

0 comments on commit c7753c2

Please sign in to comment.