synthetik-technologies / blastfoam

A CFD solver for multi-component compressible flow with application to high-explosive detonation, explosive safety and air blast
Other
215 stars 96 forks source link

Flap case of solids4Foam #69

Open siddharthapaudel08 opened 1 year ago

siddharthapaudel08 commented 1 year ago

I have run the perpendicular flap case of solids4Foam, but libblastsolids4foam.so file is not in the directory. How to solve this problem. File of blockmesh has been attached herewith. image

jheylmun commented 1 year ago

Hello, Have you compiled both the solids4Foam library and the solids4Foam library in blastFoam? The blastFoam library should be compiled automatically if solids4Foam is found. There should be instructions in the outputs of "./Allwmake" as to what needs to be added to compile the blastFoam library.

Thanks, Jeff

siddharthapaudel08 commented 1 year ago

Dear sir,

Does the blastfoam 6 will compile in foam extened4.0. Hope for the response.

Sincerely, Siddhartha paudel

On Tue, 31 Jan 2023, 11:53 Jeff Heylmun, @.***> wrote:

Hello, Have you compiled both the solids4Foam library and the solids4Foam library in blastFoam? The blastFoam library should be compiled automatically if solids4Foam is found. There should be instructions in the outputs of "./Allwmake" as to what needs to be added to compile the blastFoam library.

Thanks, Jeff

— Reply to this email directly, view it on GitHub https://github.com/synthetik-technologies/blastfoam/issues/69#issuecomment-1409821292, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5L4T3STUTNFP72ZLBG5BWTWVCT47ANCNFSM6AAAAAAUC76CC4 . You are receiving this because you authored the thread.Message ID: @.***>

jheylmun commented 1 year ago

It does not. We currently only support OpenFOAM-9, but solids4foam can be compiled with all 3 of the major releases (ESI, ORG, and extend). Some of the features of solids4foam are only available with certain releases, but all of the contain the main solid solvers.

Jeff

siddharthapaudel08 commented 1 year ago

Dear Sir, As I want to solve the cracking on solids using solidsfoam and blastfoam, make files of solids4foam doesnot contain crackerFvMesh and other utilities for OpenFOAM-9. So, all tutorials of solids4foam cannot be used as the blast fluid model.

Sincerely, Siddhartha Paudel

jheylmun commented 1 year ago

Because of the way that mesh motion is currently handled, even if the cracker mesh was supported in the OpenFOAM-9 branch of solids4foam, it would not be possible to use in an FSI case since the fluid mesh must follow the solid boundaries exactly and the cracking of the solid mesh would introduce a new boundary which would not be handled by the coupled boundary.

Thanks, Jeff