-
When starting the server process on Windows with a German COMSOL installation, this will error out, `server.py` L92 :
```python
process = start(server + arguments, stdin=PIPE, stdout=PIPE)
…
-
## Reason
In one multiphysics simulation model coupling tensor mechanics and neutronics proposed by NRC, the mesh on tensor mechanics side is fuel resolved while the mesh on neutronics side is homoge…
-
I am solving the heat conduction equation on mesh from gmsh. The mesh has internal "holes" that will have a fixed-temperature (Dirichlet) boundary condition (e.g. T=Tbound). This is part of a multiphy…
-
## Bug Description
In #9752, a custom FunctionExpression type was added to parameters improving the input validation of NEAMS Workbench:
1. /blocks/AuxKernels/star/subblock_types/ParsedAux…
-
John, I suggest including some sort of success message after connection is finished. I struggled a little to find out whether it was connected or not. For instance, I get the message:
```
>>> import…
-
Add a status test which allows to check the norm of a subvector of the residual vector for multiphysics problems (i.e., if the operator is a n x n block matrix from Thyra or Xpetra) in the status test…
-
For one of my multiphysics projects, I'd like capability to link to an external libHYPRE. I have it implemented in `config/hypre.cmake` as shown below, and confirmed that it works in my project. The…
-
## Bug Description
Have a segmentation fault in a BISON-Sockeye MultiApps system. The fault occurs when the BISON main app trying to initiate the Sockeye sub app. Both BISON and Sockeye were compiled…
-
**Description**
I've just updated the master and it does not compile because of the StructuralMechApp.
Error message:
D:\KRATOS_MULTIPHYSICS\Kratos\applications\StructuralMechanicsApplication\c…
-
Hello
I have seen that MFEM have different application areas (fluid, electromagnetics)? It is possible to couple fluid mechanics and electromagnetics? It is certainly possible because there are pr…