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

load stackup from json is too demanding #3676

Closed
hui-zhou-a opened this issue Sep 29, 2023 · 0 comments · Fixed by #3685
Closed

load stackup from json is too demanding #3676

hui-zhou-a opened this issue Sep 29, 2023 · 0 comments · Fixed by #3685
Assignees
Labels
enhancement New features or code improvements

Comments

@hui-zhou-a
Copy link
Contributor

Description of the feature

stackup.load is too demanding on the input json file. All material and layer properties, schemes must be defined in the json file.

for example, all of below properties must be defined in json file, but poisson_ratio is irrelevant to EM simualtion.

   "copper" = {
        "name":"copper",
        "conductivity":0,
        "loss_tangent":0,
        "magnetic_loss_tangent":0,
        "mass_density":0,
        "permittivity":1,
        "permeability":1,
        "poisson_ratio":0,
        "specific_heat":0,
        "thermal_conductivity":0,
        "youngs_modulus":0,
        "thermal_expansion_coefficient":0,
        "dielectric_model_frequency":None,
        "dc_permittivity":None,
    }

Steps for implementing the feature

No response

Useful links and references

No response

@hui-zhou-a hui-zhou-a added the enhancement New features or code improvements label Sep 29, 2023
@hui-zhou-a hui-zhou-a self-assigned this Sep 29, 2023
@hui-zhou-a hui-zhou-a linked a pull request Sep 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant