-
Notifications
You must be signed in to change notification settings - Fork 65
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
Specifying Per-Material Fields Using Blueprint? #93
Comments
these would simply be mcarrays named in a way that would allow us to understand they are density for each material for example, if I have 3 materials, we could have an mcarray: per_material_density: and associated: vol_fracs: of course in the future, we need to support sparse representations -- and would share indices across these type of mcarray reps beyond this we can think about grouping via a hierarchy, having a special treatment for material fields { |
Storing per-material fields as an mcarray seems very sensible to me, and I like the idea of interpreting materials as a special type of field in Blueprint. Given this information, I'd imagine that a Blueprint mesh with per-material fields would look like this:
Does this interpretation of Blueprint with materials seem correct, or is there something I'm missing? Thanks again for your help and I'm sorry if I'm missing anything obvious! |
yes -- close to what I am thinking, lets chat in person to discuss using high bandwidth. |
Based on our discussion, it seems like preliminary support for materials and per-material fields will look something like the following:
I'm going to close this issue for now, but we can reopen it when we refine the material and per-material field specifications in Blueprint. |
that sounds good, I would just add that under "materials" we will want to have a name -- to support the possibility of multiple material volume fraction sets |
Just a few quick examples for reference: Multi-Material, Single-Component Fields
Multi-Material, Multi-Component Fields
|
I'd like to use Blueprint to describe a mesh that has multiple materials in a single zone, where each material has its own value for a particular field (e.g. density). Does Blueprint have any mechanism for describing such a field? If not, what would be the best way to utilize Blueprint's existing schema to describe such a field? Thanks in advance!
The text was updated successfully, but these errors were encountered: