-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add files for 'parametric_sweep_vel' example (#83)
- Loading branch information
1 parent
af9d1db
commit 5c68e8f
Showing
4 changed files
with
30,330 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CouplingParticipant> | ||
<ExecutionControl> | ||
<InitialInput>case.cas.h5</InitialInput> | ||
</ExecutionControl> | ||
<CosimulationControl> | ||
<Type>FLUENT</Type> | ||
<AnalysisType>Steady</AnalysisType> | ||
<DisplayName>Fluid Flow (Fluent)</DisplayName> | ||
<Variables> | ||
<Variable> | ||
<Name>force</Name> | ||
<DisplayName>force</DisplayName> | ||
<QuantityType>Force</QuantityType> | ||
<Location>Element</Location> | ||
</Variable> | ||
<Variable> | ||
<Name>displacement</Name> | ||
<DisplayName>displacement</DisplayName> | ||
<QuantityType>Incremental Displacement</QuantityType> | ||
<Location>Node</Location> | ||
</Variable> | ||
<Variable> | ||
<Name>lorentz-force</Name> | ||
<DisplayName>Lorentz Force</DisplayName> | ||
<QuantityType>Force</QuantityType> | ||
<TensorType>Vector</TensorType> | ||
<IsExtensive>True</IsExtensive> | ||
<Location>Element</Location> | ||
</Variable> | ||
</Variables> | ||
<Regions> | ||
<Region> | ||
<Topology>Surface</Topology> | ||
<Name>wall_bottom</Name> | ||
<DisplayName>wall_bottom</DisplayName> | ||
<OutputVariables> | ||
<Variable>force</Variable> | ||
</OutputVariables> | ||
<InputVariables> | ||
</InputVariables> | ||
</Region> | ||
<Region> | ||
<Topology>Surface</Topology> | ||
<Name>wall_top</Name> | ||
<DisplayName>wall_top</DisplayName> | ||
<OutputVariables> | ||
<Variable>force</Variable> | ||
</OutputVariables> | ||
<InputVariables> | ||
</InputVariables> | ||
</Region> | ||
<Region> | ||
<Topology>Surface</Topology> | ||
<Name>wall_deforming</Name> | ||
<DisplayName>wall_deforming</DisplayName> | ||
<OutputVariables> | ||
<Variable>force</Variable> | ||
</OutputVariables> | ||
<InputVariables> | ||
<Variable>displacement</Variable> | ||
</InputVariables> | ||
</Region> | ||
<Region> | ||
<Topology>Volume</Topology> | ||
<Name>part-fluid</Name> | ||
<DisplayName>part-fluid</DisplayName> | ||
<OutputVariables> | ||
</OutputVariables> | ||
<InputVariables> | ||
</InputVariables> | ||
</Region> | ||
</Regions> | ||
</CosimulationControl> | ||
</CouplingParticipant> |
Oops, something went wrong.