Skip to content

Add Solidification Front 2D example - #30

Merged
nikoscham merged 34 commits into
mainfrom
dev
Jul 31, 2025
Merged

Add Solidification Front 2D example#30
nikoscham merged 34 commits into
mainfrom
dev

Conversation

@nikoscham

Copy link
Copy Markdown
Member

No description provided.

nikoschamand others added 30 commits May 28, 2025 14:11
…te README instructions, and enhance .gitignore
…the front propagation matrix, including detailed JSDoc comments.
- Updated version number in package.json and src/index.js to 0.1.2.
- Added logging for FEAScript version in HeatConduction1DWall.js.
- Updated peer dependency for plotly.js to version 2.35.3.
- Removed unnecessary dependencies from package-lock.json and package.json.
… context, enhancing front propagation solver with eikonal viscous term parameterization
… Refactor linearSystemScript.js and FEAScript.js to utilize it
* Redefining the mesh script as a Class
* Deleting meshGeneration class and replacing it to the Mesh1D and Mesh2D classes
…onScript
Improve Readability and Maintainability of meshGenerationScript.js by
ferrari212
…ditionsScript.js). Possible need to consolidate with thermalBoundaryConditionsScript.js in the future
…prove logging in boundary condition applications
…gence tolerance; add helper function for system size calculation
…ion in FEAScript.js from 10 to 5
- Reorganize the return statement in meshGenerationScript.js since it was causing an error in the case of linear elements
- Update logging messages in newtonRaphsonScript.js
- Increase the base viscous term in frontPropagationScript.js from 1e-3 to 1e-2 to prevent stability issues
@nikoscham
nikoscham merged commit 1560d41 into mainJul 31, 2025
@nikoschamnikoscham linked an issue Oct 7, 2025 that may be closed by this pull request
3 tasks
@nikoschamnikoscham linked an issue Oct 7, 2025 that may be closed by this pull request
@nikoschamnikoscham added the enhancement New feature or request label Oct 7, 2025
@nikoschamnikoscham self-assigned this Oct 7, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wave equation

2 participants

@nikoscham@ferrari212