Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiAppCopyTransfer does incorrect sanity checks on variable names #13754

Closed
permcody opened this issue Jul 17, 2019 · 0 comments · Fixed by #13760
Closed

MultiAppCopyTransfer does incorrect sanity checks on variable names #13754

permcody opened this issue Jul 17, 2019 · 0 comments · Fixed by #13760
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.

Comments

@permcody
Copy link
Member

permcody commented Jul 17, 2019

Bug Description

Variable checks on MultiAppCopyTransfer appear to be incorrect. See discussion here:
https://groups.google.com/d/msgid/moose-users/CACL%2BgcNW87P5QzVPD%3DQAuxYR945cao6enJCjmi24boPY72rWTQ%40mail.gmail.com?utm_medium=email&utm_source=footer

Steps to Reproduce

master.i

[Problem]
  solve = false
[]

[Mesh]
  type = GeneratedMesh
  dim = 2
[]

[MultiApps]
  [./sub]
    type = TransientMultiApp
    input_files = sub.i
  [../]
[]

[Transfers]
  [./from_sub]
    type = MultiAppCopyTransfer
    direction = from_multiapp
    multi_app = sub
    source_variable = aux
    variable = x
  [../]
[]

[AuxVariables]
  [./x]
  [../]
[]

[Executioner]
  type = Transient
[]

sub.i

[Problem]
  type = FEProblem
  solve = false
[]

[Mesh]
  type = GeneratedMesh
  dim = 2
[]

[AuxVariables]
  [./aux]
  [../]
[]

[Executioner]
  type = Transient
[]

Impact

Minor: Affects only a single Transfer

@permcody permcody added C: Framework T: defect An anomaly, which is anything that deviates from expectations. P: normal A defect affecting operation with a low possibility of significantly affects. labels Jul 17, 2019
@aeslaughter aeslaughter self-assigned this Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants