Class: Ultrasound

Ultrasound applied to the electrolyte.

URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/Ultrasound

         classDiagram
    class Ultrasound
    click Ultrasound href "../Ultrasound/"
      ControlledOperation <|-- Ultrasound
        click ControlledOperation href "../ControlledOperation/"
      
      Ultrasound : amplitude
        
          
    
        
        
        Ultrasound --> "0..1" Quantity : amplitude
        click Quantity href "../Quantity/"
    

        
      Ultrasound : control
        
          
    
        
        
        Ultrasound --> "0..1" Control : control
        click Control href "../Control/"
    

        
      Ultrasound : frequency
        
          
    
        
        
        Ultrasound --> "0..1" Quantity : frequency
        click Quantity href "../Quantity/"
    

        
      Ultrasound : power
        
          
    
        
        
        Ultrasound --> "0..1" Quantity : power
        click Quantity href "../Quantity/"
    

        
      
    

Inheritance

Slots

Name

Cardinality and Range

Description

Examples

power

0..1
Quantity

Acoustic power of the ultrasound source

{value: 20, unit: W}

frequency

0..1
Quantity

Frequency of the ultrasound

{value: 20, unit: kHz}

amplitude

0..1
Quantity

Amplitude of the ultrasound source, e

{value: 40, unit: percent}

control

0..1
Control

How the operation was controlled

Usages

used by

used in

type

used

MassTransport

ultrasound

range

Ultrasound

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/minimum_echemdb

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/minimum_echemdb/Ultrasound

native

https://echemdb.github.io/metadata-schema/minimum_echemdb/Ultrasound

LinkML Source

Direct

```yaml name: Ultrasound description: Ultrasound applied to the electrolyte. from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb is_a: ControlledOperation attributes: power: name: power description: Acoustic power of the ultrasound source. examples: - value: '{value: 20, unit: W}' from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - Ultrasound range: Quantity inlined: true frequency: name: frequency description: Frequency of the ultrasound. examples: - value: '{value: 20, unit: kHz}' from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - Ultrasound range: Quantity inlined: true amplitude: name: amplitude description: Amplitude of the ultrasound source, e.g. as horn displacement or as a percentage of the maximum. examples: - value: '{value: 40, unit: percent}' from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - Ultrasound range: Quantity inlined: true
</details>

### Induced

<details>
```yaml
name: Ultrasound
description: Ultrasound applied to the electrolyte.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
is_a: ControlledOperation
attributes:
  power:
    name: power
    description: Acoustic power of the ultrasound source.
    examples:
    - value: '{value: 20, unit: W}'
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: power
    owner: Ultrasound
    domain_of:
    - Ultrasound
    range: Quantity
    inlined: true
  frequency:
    name: frequency
    description: Frequency of the ultrasound.
    examples:
    - value: '{value: 20, unit: kHz}'
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: frequency
    owner: Ultrasound
    domain_of:
    - Ultrasound
    range: Quantity
    inlined: true
  amplitude:
    name: amplitude
    description: Amplitude of the ultrasound source, e.g. as horn displacement or
      as a percentage of the maximum.
    examples:
    - value: '{value: 40, unit: percent}'
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: amplitude
    owner: Ultrasound
    domain_of:
    - Ultrasound
    range: Quantity
    inlined: true
  control:
    name: control
    description: How the operation was controlled.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    alias: control
    owner: Ultrasound
    domain_of:
    - ControlledQuantity
    - ControlledOperation
    range: Control
    inlined: true