Skip to content

Commit

Permalink
Merge pull request idaholab#15893 from cticenhour/square-be-gone-14766
Browse files Browse the repository at this point in the history
Remove square.e in tests in framework and modules
  • Loading branch information
loganharbour committed Oct 5, 2020
2 parents ef86bbe + 1dca6e5 commit 97e06a9
Show file tree
Hide file tree
Showing 227 changed files with 975 additions and 435 deletions.
Expand Up @@ -5,7 +5,12 @@
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Variables]
Expand Down
Expand Up @@ -7,7 +7,12 @@
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Variables]
Expand Down
Binary file not shown.
Binary file not shown.
19 changes: 12 additions & 7 deletions modules/tensor_mechanics/test/tests/2D_geometries/planestrain.i
Expand Up @@ -6,7 +6,12 @@
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Modules/TensorMechanics/Master]
Expand All @@ -26,21 +31,21 @@
[]

[BCs]
[./leftx]
[./rightx]
type = DirichletBC
boundary = 2
boundary = 1
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
[./pull]
type = FunctionDirichletBC
boundary = 3
boundary = 2
variable = disp_y
function = pull
[../]
Expand All @@ -49,11 +54,11 @@
[Materials]
[./linear_stress]
type = ComputeLinearElasticStress
block = 1
block = 0
[../]
[./elasticity_tensor]
type = ComputeIsotropicElasticityTensor
block = 1
block = 0
poissons_ratio = 0.3
youngs_modulus = 1e10
[../]
Expand Down
Binary file not shown.
Expand Up @@ -4,7 +4,16 @@
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 1
ny = 1
xmin = -0.5
xmax = 0.5
ymin = -0.5
ymax = 0.5
[../]
[]

[Variables]
Expand Down Expand Up @@ -47,14 +56,14 @@
[./b1x]
type = DirichletBC
variable = v
boundary = 1
boundary = 0
value = 0
[../]

[./b2x]
type = DirichletBC
variable = v
boundary = 3
boundary = 2
value = 2
[../]
[]
Expand Down
Binary file not shown.
Binary file not shown.
11 changes: 0 additions & 11 deletions modules/tensor_mechanics/test/tests/accumulate_aux/square.jou

This file was deleted.

This file was deleted.

Expand Up @@ -2,11 +2,16 @@
order = FIRST
family = LAGRANGE
displacements = 'disp_x disp_y'
block = 1
block = 0
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Variables]
Expand Down Expand Up @@ -66,13 +71,13 @@
[BCs]
[./bottomx]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
@@ -1,11 +1,16 @@
[GlobalParams]
displacements = 'disp_x disp_y'
scalar_out_of_plane_strain = scalar_strain_zz
block = 1
block = 0
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Variables]
Expand Down Expand Up @@ -66,13 +71,13 @@
[BCs]
[./bottomx]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
Expand Up @@ -3,7 +3,12 @@
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Problem]
Expand Down Expand Up @@ -91,13 +96,13 @@
[BCs]
[./bottomx]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
Expand Up @@ -3,7 +3,12 @@
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Variables]
Expand Down Expand Up @@ -70,13 +75,13 @@
[BCs]
[./bottomx]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,12 @@
# Tests for application of out-of-plane pressure in generalized plane strain.

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
displacements = 'disp_x disp_y'
[]

Expand Down Expand Up @@ -163,13 +168,13 @@
[BCs]
[./leftx]
type = DirichletBC
boundary = 4
boundary = 3
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
Expand Up @@ -2,11 +2,16 @@
order = FIRST
family = LAGRANGE
displacements = 'disp_x disp_y'
block = 1
block = 0
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[AuxVariables]
Expand Down Expand Up @@ -37,13 +42,13 @@
[BCs]
[./bottomx]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
Expand Up @@ -3,11 +3,16 @@
family = LAGRANGE
displacements = 'disp_x disp_y'
scalar_out_of_plane_strain = scalar_strain_zz
block = 1
block = 0
[]

[Mesh]
file = square.e
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[AuxVariables]
Expand Down Expand Up @@ -56,13 +61,13 @@
[BCs]
[./bottomx]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_x
value = 0.0
[../]
[./bottomy]
type = DirichletBC
boundary = 1
boundary = 0
variable = disp_y
value = 0.0
[../]
Expand Down
Binary file not shown.
Expand Up @@ -4,7 +4,12 @@
[]

[Mesh]
file = 'square.e'
[./square]
type = GeneratedMeshGenerator
dim = 2
nx = 2
ny = 2
[../]
[]

[Variables]
Expand Down

0 comments on commit 97e06a9

Please sign in to comment.