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

VectorPostprocessor to sample material properties along a line #4462

Closed
bwspenc opened this issue Dec 22, 2014 · 0 comments
Closed

VectorPostprocessor to sample material properties along a line #4462

bwspenc opened this issue Dec 22, 2014 · 0 comments

Comments

@bwspenc
Copy link
Contributor

bwspenc commented Dec 22, 2014

I need a VectorPostprocessor similar to LineValueSampler, but to sample material properties along a line instead of variables. This will find all of the elements along that line, and extract the properties for the integration points in those elements, and project them onto the line.

I have a commit for this ready to go.

bwspenc added a commit to bwspenc/moose that referenced this issue Dec 22, 2014
…b#4462

This provides an abstract base class, LineMaterialSamplerBase, that
has the basic machinery for extracting the material properties for the
elements along a line, and two derived classes,
LineMaterialRealSampler and LineMaterialSymmTensorSampler, for
extracting data for specific material types.
bwspenc added a commit to bwspenc/moose that referenced this issue Dec 22, 2014
…b#4462

This provides an abstract base class, LineMaterialSamplerBase, that
has the basic machinery for extracting the material properties for the
elements along a line, and two derived classes,
LineMaterialRealSampler and LineMaterialSymmTensorSampler, for
extracting data for specific material types.
bwspenc added a commit to bwspenc/moose that referenced this issue Dec 22, 2014
…b#4462

This provides an abstract base class, LineMaterialSamplerBase, that
has the basic machinery for extracting the material properties for the
elements along a line, and two derived classes,
LineMaterialRealSampler and LineMaterialSymmTensorSampler, for
extracting data for specific material types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant