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

Add FindValueOnLineSample VectorPostprocessor #6389

Closed
laagesen opened this issue Feb 24, 2016 · 2 comments
Closed

Add FindValueOnLineSample VectorPostprocessor #6389

laagesen opened this issue Feb 24, 2016 · 2 comments
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@laagesen
Copy link
Contributor

Description of the enhancement or error report

Add a FindValueOnLineSample VectorPostprocessor that will take a LineValueSampler and return a vector (along the line) that gives the position where a user-specified value is found. User controls accuracy by controlling number of points in the LineValueSampler. Will also add an option to do interpolation to get the distance between the points bracketing the user-specified value.

Rationale for the enhancement or information for reproducing the error

No current capability exists to find interpolated distance along a line.

Identified impact

(i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
Depends on LineValueSampler so interface changes to that may causes changes to FindValueOnLine.

@dschwen
Copy link
Member

dschwen commented Feb 24, 2016

I would make this a postprocessor that does a bisection search.

On Wed, Feb 24, 2016, 12:03 PM laagesen notifications@github.com wrote:

Description of the enhancement or error report

Add a FindValueOnLineSample VectorPostprocessor that will take a
LineValueSampler and return a vector (along the line) that gives the
position where a user-specified value is found. User controls accuracy by
controlling number of points in the LineValueSampler. Will also add an
option to do interpolation to get the distance between the points
bracketing the user-specified value.
Rationale for the enhancement or information for reproducing the error

No current capability exists to find interpolated distance along a line.
Identified impact

(i.e. Internal object changes, limited interface changes, public API
change, or a list of specific applications impacted)
Depends on LineValueSampler so interface changes to that may causes
changes to FindValueOnLine.


Reply to this email directly or view it on GitHub
#6389.

@permcody permcody added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Feb 24, 2016
@laagesen
Copy link
Contributor Author

Sounds good.

dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 4, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 5, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 5, 2016
dschwen added a commit to dschwen/moose that referenced this issue May 5, 2016
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: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

3 participants