Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymatlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rahil Doshi
pymatlib
Commits
6c0e930e
Commit
6c0e930e
authored
3 months ago
by
Rahil Doshi
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/v0.1.0'
parents
4c80a2d6
0c4a3482
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#77764
passed
3 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pymatlib/core/yaml_parser.py
+0
-3
0 additions, 3 deletions
src/pymatlib/core/yaml_parser.py
with
0 additions
and
3 deletions
src/pymatlib/core/yaml_parser.py
+
0
−
3
View file @
6c0e930e
...
@@ -866,8 +866,6 @@ class MaterialConfigParser:
...
@@ -866,8 +866,6 @@ class MaterialConfigParser:
alloy (Alloy): The alloy object to update.
alloy (Alloy): The alloy object to update.
material_property (Any): The interpolated material property.
material_property (Any): The interpolated material property.
T (sp.Symbol): Symbolic temperature.
T (sp.Symbol): Symbolic temperature.
# temp_array (np.ndarray): Array of temperature values.
# prop_array (np.ndarray): Array of property values.
"""
"""
alloy
.
energy_density_solidus
=
material_property
.
evalf
(
T
,
alloy
.
temperature_solidus
)
alloy
.
energy_density_solidus
=
material_property
.
evalf
(
T
,
alloy
.
temperature_solidus
)
alloy
.
energy_density_liquidus
=
material_property
.
evalf
(
T
,
alloy
.
temperature_liquidus
)
alloy
.
energy_density_liquidus
=
material_property
.
evalf
(
T
,
alloy
.
temperature_liquidus
)
...
@@ -1015,7 +1013,6 @@ class MaterialConfigParser:
...
@@ -1015,7 +1013,6 @@ class MaterialConfigParser:
alloy (Alloy): The alloy object to process.
alloy (Alloy): The alloy object to process.
material_property (MaterialProperty): The computed energy density property.
material_property (MaterialProperty): The computed energy density property.
T (sp.Symbol): The symbolic temperature variable.
T (sp.Symbol): The symbolic temperature variable.
# dependencies (List[str]): List of dependencies for energy density computation.
Raises:
Raises:
ValueError: If T is not symbolic or if energy_density_temperature_array is not defined in the config.
ValueError: If T is not symbolic or if energy_density_temperature_array is not defined in the config.
"""
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment