Hexahedron Element
Hi all,
I am using fluidity with a simple case of hexahedron element, unfortunately I got an error at the beginning of the program.
I have tried the same case with tetrahedron element, it works fine.
Could anyone tell me where is the fault?
The error log, mesh file and fluidity options is post back, if you need any information please tell me.
*** FLUIDITY ERROR ***
Source location: (Element_
Error message: Node is not part of an element in vertex_num.
Backtrace will follow if it is available:
Use addr2line -e <binary> <address> to decipher.
Error is terminal.
fluidity(
*** set a breakpoint in malloc_error_break to debug
[li12242:02110] *** Process received signal ***
[li12242:02110] Signal: Abort trap: 6 (6)
[li12242:02110] Signal code: (0)
[li12242:02110] *** End of error message ***
mesh_3.geo
```
Point(1) = {0, 0, 0, 0.4};
Point(2) = {1.0, 0, 0, 0.4};
Point(3) = {1.0, 1.0, 0, 0.4};
Point(4) = {0.0, 1.0, 0, 0.4};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(5) = {4, 1, 2, 3};
Plane Surface(6) = {5};
Recombine Surface{6};
Extrude {0, 0, -0.5} {
Surface{6}; Layers{8}; Recombine;
}
Physical Surface(1) = {15};
Physical Surface(2) = {6};
Physical Surface(3) = {28};
Physical Volume(1) = {1};
Physical Surface(29) = {19, 23, 27};
```
fluidity options:
```
<?xml version='1.0' encoding='utf-8'?>
<fluidity_options>
<simulation_name>
<string_value lines="
</simulation_
<problem_type>
<string_value lines="
</problem_type>
<geometry>
<dimension>
<
</dimension>
<mesh name="Coordinat
<from_mesh>
<mesh name="Basic"/>
<stat>
</stat>
</from_mesh>
</mesh>
<mesh name="VelocityM
<from_mesh>
<mesh name="Basic"/>
<stat>
</stat>
</from_mesh>
</mesh>
<mesh name="PressureM
<from_mesh>
<mesh name="Basic"/>
<stat>
</stat>
</from_mesh>
</mesh>
<mesh name="Basic">
<from_file file_name=
<format name="triangle"/>
<stat>
</stat>
</from_file>
</mesh>
<quadrature>
<degree>
</degree>
</quadrature>
</geometry>
<io>
<dump_format>
<
</dump_format>
<dump_period>
<constant>
<real_value rank="0"
</constant>
</dump_period>
<output_mesh name="VelocityM
<stat/>
</io>
<timestepping>
<current_time>
<real_value rank="0"
</current_time>
<timestep>
<real_value rank="0"
</timestep>
<finish_time>
<real_value rank="0"
</finish_time>
<nonlinear_
<
</nonlinear
<adaptive_
<
<real_value rank="0"
<
<
<mesh name="VelocityM
<
</adaptive_
</timestepping>
<material_phase name="Fiuids">
<equation_
<fluids>
<linear>
</linear>
</fluids>
</equation_
<scalar_field name="Pressure" rank="0">
<prognostic>
<mesh name="PressureM
<scheme>
</scheme>
<solver>
</solver>
<output/>
<stat/>
<detectors>
</prognostic>
</scalar_field>
<vector_field name="Velocity" rank="1">
<prognostic>
<mesh name="VelocityM
<equation name="Boussinesq"/>
<theta>
</theta>
<solver>
</solver>
<type name="dirichlet">
</type>
<type name="no_
<output/>
<stat>
</stat>
<detectors>
</prognostic>
</vector_field>
</material_phase>
</fluidity_options>
```
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Fluidity Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- li12242
- Solved:
- Last query:
- Last reply: